Skip to content

Commit

Permalink
Bumping versions (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 authored Apr 10, 2024
1 parent 6e41cac commit baab3da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ctgan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = 'DataCebo, Inc.'
__email__ = '[email protected]'
__version__ = '0.9.2.dev0'
__version__ = '0.10.0.dev0'

from ctgan.demo import load_demo
from ctgan.synthesizers.ctgan import CTGAN
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"torch>=2.0.0;python_version>='3.11' and python_version<'3.12'",
"torch>=2.2.0;python_version>='3.12'",
'tqdm>=4.29,<5',
'rdt @ git+https://github.com/sdv-dev/RDT@main',
'rdt>=1.11.0.dev0',
]

[project.urls]
Expand Down Expand Up @@ -151,7 +151,7 @@ add-ignore = ['D107', 'D407', 'D417']
collect_ignore = ['pyproject.toml']

[tool.bumpversion]
current_version = "0.9.2.dev0"
current_version = "0.10.0.dev0"
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

0 comments on commit baab3da

Please sign in to comment.