We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9a84a commit 779a946Copy full SHA for 779a946
pyproject.toml
@@ -144,7 +144,7 @@ namespaces = false
144
version = {attr = 'sdgym.__version__'}
145
146
[tool.bumpversion]
147
-current_version = "0.12.1"
+current_version = "0.12.2.dev0"
148
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
149
serialize = [
150
'{major}.{minor}.{patch}.{release}{candidate}',
sdgym/__init__.py
@@ -8,7 +8,7 @@
8
__copyright__ = 'Copyright (c) 2022 DataCebo, Inc.'
9
__email__ = '[email protected]'
10
__license__ = 'BSL-1.1'
11
-__version__ = '0.12.1'
+__version__ = '0.12.2.dev0'
12
13
import logging
14
0 commit comments