Skip to content

Commit 7e1a29b

Browse files
committed
Bump version: 0.1.0 → 0.2.0
1 parent d9ad443 commit 7e1a29b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.1.0
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55
files = pyproject.toml omnipath_client/_metadata.py

omnipath_client/_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import importlib.metadata
2121

2222

23-
_FALLBACK_VERSION = '0.1.0'
23+
_FALLBACK_VERSION = '0.2.0'
2424

2525
try:
2626
__version__ = importlib.metadata.version('omnipath_client')

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Topic :: Scientific/Engineering :: Bio-Informatics"
1717
]
1818
dependencies = [
19-
"pkg-infra>=0.1.0",
19+
"pkg-infra>=0.2.0",
2020
"dlmachine>=0.0.2",
2121
"requests>=2.25",
2222
"narwhals>=1.9",
@@ -30,7 +30,7 @@ maintainers = [
3030
name = "omnipath-client"
3131
readme = "README.md"
3232
requires-python = ">=3.10"
33-
version = "0.1.0"
33+
version = "0.2.0"
3434

3535
[project.optional-dependencies]
3636
polars = ["polars>=0.20.0"]

0 commit comments

Comments
 (0)