Skip to content

Commit c48d694

Browse files
committed
Bump version: 1.0.9 → 1.0.10
1 parent 09425e4 commit c48d694

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.9
2+
current_version = 1.0.10
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.9"
13+
__version__ = "1.0.10"
1414
__email__ = "turei.denes@gmail.com"
1515

1616
try:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "omnipath"
7-
version = "1.0.9"
7+
version = "1.0.10"
88
description = "Python client for the OmniPath web service"
99
license = "MIT"
1010
authors = [

0 commit comments

Comments
 (0)