Skip to content

Commit 96aa6ad

Browse files
committed
Bump version: 1.0.10 → 1.0.11
1 parent 5f290ba commit 96aa6ad

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 = 1.0.10
2+
current_version = 1.0.11
33
commit = True
44
tag = True
55
files = pyproject.toml omnipath/__init__.py

omnipath/__init__.py

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

1111
__author__ = ", ".join(["Michal Klein", "Dénes Türei"])
1212
__maintainer__ = ", ".join(["Michal Klein", "Dénes Türei"])
13-
__version__ = "1.0.10"
13+
__version__ = "1.0.11"
1414
__email__ = "[email protected]"
1515

1616
try:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["omnipath"]
77

88
[project]
99
name = "omnipath"
10-
version = "1.0.10"
10+
version = "1.0.11"
1111
description = "Python client for the OmniPath web service"
1212
license = "MIT"
1313
authors = [

0 commit comments

Comments
 (0)