Skip to content

Commit

Permalink
Increase MINOR version
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni-SM committed Apr 17, 2024
1 parent a3fb36c commit 26c67a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if skrl.__version__ != "unknown":
release = version = skrl.__version__
else:
release = version = "1.1.0"
release = version = "1.2.0"

master_doc = "index"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "skrl"
version = "1.1.0"
version = "1.2.0"
description = "Modular and flexible library for reinforcement learning on PyTorch and JAX"
readme = "README.md"
requires-python = ">=3.6"
Expand Down

0 comments on commit 26c67a4

Please sign in to comment.