Skip to content

Commit 779a946

Browse files
committed
Bump version: 0.12.1 → 0.12.2.dev0
1 parent ac9a84a commit 779a946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ namespaces = false
144144
version = {attr = 'sdgym.__version__'}
145145

146146
[tool.bumpversion]
147-
current_version = "0.12.1"
147+
current_version = "0.12.2.dev0"
148148
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
149149
serialize = [
150150
'{major}.{minor}.{patch}.{release}{candidate}',

sdgym/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__copyright__ = 'Copyright (c) 2022 DataCebo, Inc.'
99
__email__ = '[email protected]'
1010
__license__ = 'BSL-1.1'
11-
__version__ = '0.12.1'
11+
__version__ = '0.12.2.dev0'
1212

1313
import logging
1414

0 commit comments

Comments
 (0)