Skip to content

Commit 2de4940

Browse files
committed
Bump version: 0.10.0.dev1 → 0.10.0
1 parent 8b1d7f8 commit 2de4940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ namespaces = false
140140
version = {attr = 'sdgym.__version__'}
141141

142142
[tool.bumpversion]
143-
current_version = "0.10.0.dev1"
143+
current_version = "0.10.0"
144144
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
145145
serialize = [
146146
'{major}.{minor}.{patch}.{release}{candidate}',

sdgym/__init__.py

+1-1
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.10.0.dev1'
11+
__version__ = '0.10.0'
1212

1313
import logging
1414

0 commit comments

Comments
 (0)