Skip to content

Commit 0e4828c

Browse files
committed
Bump version: 0.13.0.dev0 → 0.13.0
1 parent 204c238 commit 0e4828c

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
@@ -149,7 +149,7 @@ namespaces = false
149149
version = {attr = 'sdgym.__version__'}
150150

151151
[tool.bumpversion]
152-
current_version = "0.13.0.dev0"
152+
current_version = "0.13.0"
153153
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
154154
serialize = [
155155
'{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__ = 'info@sdv.dev'
1010
__license__ = 'BSL-1.1'
11-
__version__ = '0.13.0.dev0'
11+
__version__ = '0.13.0'
1212

1313
import logging
1414

0 commit comments

Comments
 (0)