We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefe63e commit dd1d3ebCopy full SHA for dd1d3eb
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.1
+current_version = 0.1.0
3
commit = True
4
tag = True
5
files = pyproject.toml omnipath_client/_metadata.py
omnipath_client/_metadata.py
@@ -20,7 +20,7 @@
20
import importlib.metadata
21
22
23
-_FALLBACK_VERSION = '0.0.1'
+_FALLBACK_VERSION = '0.1.0'
24
25
try:
26
__version__ = importlib.metadata.version('omnipath_client')
pyproject.toml
@@ -29,7 +29,7 @@ maintainers = [
29
name = "omnipath-client"
30
readme = "README.md"
31
requires-python = ">=3.10"
32
-version = "0.0.1"
+version = "0.1.0"
33
34
[project.optional-dependencies]
35
polars = ["polars>=0.20.0"]
0 commit comments