Skip to content

Commit caf8269

Browse files
committed
Bump version: 2.11.0 → 2.11.1 [skip ci]
1 parent 5880799 commit caf8269

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 = 2.11.0
2+
current_version = 2.11.1
33
commit = True
44
tag = True
55
tag_name = v{new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="statina",
16-
version="2.11.0",
16+
version="2.11.1",
1717
description="NIPT data storage and visualisation",
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",

statina/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.11.0"
1+
__version__ = "2.11.1"

0 commit comments

Comments
 (0)