We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9381bf commit f1488bbCopy full SHA for f1488bb
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.10.2
+current_version = 0.10.3
3
commit = True
4
tag = True
5
tag_name = v{new_version}
data_disaggregation/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.10.2"
+__version__ = "0.10.3"
from . import actions, vtypes
setup.py
@@ -12,7 +12,7 @@
12
description="",
13
long_description=long_description_md,
14
long_description_content_type="text/markdown",
15
- version="0.10.2",
+ version="0.10.3",
16
author="Christian Winger",
17
platforms=["any"],
18
license="MIT",
0 commit comments