Skip to content

Commit 03b1860

Browse files
committed
Bumpt to 0.0.2
1 parent b562f7d commit 03b1860

File tree

3 files changed

+28
-9
lines changed

3 files changed

+28
-9
lines changed

continualUtils/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.1"
2-
__version_tuple__ = (0, 0, 1)
1+
__version__ = "0.0.2.post1.dev0+b562f7d"
2+
__version_tuple__ = (0, 0, 2, "post1", "dev0", "b562f7d")

poetry.lock

Lines changed: 24 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.poetry]
33
name = "continualUtils"
4-
version = "0.0.1"
4+
version = "0.0.2.post1.dev0+b562f7d"
55
description = "Additional functionalities that just work with Avalanche"
66
license = "MIT"
77
authors = ["Nishant S. Aswani <[email protected]>"]
@@ -19,6 +19,7 @@ devtest = "tests.run_tests:main"
1919
[tool.poetry.group.dev.dependencies]
2020
virtualenv = "^20.24.5"
2121
pytest = "^7.4"
22+
dynamic-versioning = {extras = ["plugin"], version = "^1.0.1"}
2223

2324
[tool.poetry-dynamic-versioning]
2425
enable = true

0 commit comments

Comments
 (0)