Skip to content

Commit dd1d3eb

Browse files
committed
Bump version: 0.0.1 → 0.1.0
1 parent aefe63e commit dd1d3eb

3 files changed

Lines changed: 3 additions & 3 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.0.1
2+
current_version = 0.1.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.0.1'
23+
_FALLBACK_VERSION = '0.1.0'
2424

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ maintainers = [
2929
name = "omnipath-client"
3030
readme = "README.md"
3131
requires-python = ">=3.10"
32-
version = "0.0.1"
32+
version = "0.1.0"
3333

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

0 commit comments

Comments
 (0)