Skip to content

Commit

Permalink
bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
wingechr committed Jun 16, 2023
1 parent 168370a commit 3f49913
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.2
current_version = 0.9.3

[bumpversion:file:data_disaggregation/__init__.py]

Expand Down
2 changes: 1 addition & 1 deletion data_disaggregation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.2"
__version__ = "0.9.3"

# isort: skip_file -> keep order to prevent circular import
from .ext import transform_ds, create_weight_map
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description="",
long_description=long_description_md,
long_description_content_type="text/markdown",
version="0.9.2",
version="0.9.3",
author="Christian Winger",
platforms=["any"],
license="MIT",
Expand Down

0 comments on commit 3f49913

Please sign in to comment.