Skip to content

Commit

Permalink
Bump version: 0.9.0.dev1 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Aug 7, 2024
1 parent e1e4524 commit 059ea72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ namespaces = false
version = {attr = 'sdgym.__version__'}

[tool.bumpversion]
current_version = "0.9.0.dev1"
current_version = "0.9.0"
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
serialize = [
'{major}.{minor}.{patch}.{release}{candidate}',
Expand Down
2 changes: 1 addition & 1 deletion sdgym/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__copyright__ = 'Copyright (c) 2022 DataCebo, Inc.'
__email__ = '[email protected]'
__license__ = 'BSL-1.1'
__version__ = '0.9.0.dev1'
__version__ = '0.9.0'

import logging

Expand Down

0 comments on commit 059ea72

Please sign in to comment.