Skip to content

Commit f1488bb

Browse files
committed
Bump version: 0.10.2 → 0.10.3
1 parent c9381bf commit f1488bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.2
2+
current_version = 0.10.3
33
commit = True
44
tag = True
55
tag_name = v{new_version}

data_disaggregation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.10.2"
1+
__version__ = "0.10.3"
22

33
from . import actions, vtypes
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
description="",
1313
long_description=long_description_md,
1414
long_description_content_type="text/markdown",
15-
version="0.10.2",
15+
version="0.10.3",
1616
author="Christian Winger",
1717
platforms=["any"],
1818
license="MIT",

0 commit comments

Comments
 (0)