File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1 .0
2+ current_version = 0.2 .0
33commit = True
44tag = True
55files = pyproject.toml omnipath_client/_metadata.py
Original file line number Diff line number Diff line change 2020import importlib .metadata
2121
2222
23- _FALLBACK_VERSION = '0.1 .0'
23+ _FALLBACK_VERSION = '0.2 .0'
2424
2525try :
2626 __version__ = importlib .metadata .version ('omnipath_client' )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ classifiers = [
1616 " Topic :: Scientific/Engineering :: Bio-Informatics"
1717]
1818dependencies = [
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 = [
3030name = " omnipath-client"
3131readme = " README.md"
3232requires-python = " >=3.10"
33- version = " 0.1 .0"
33+ version = " 0.2 .0"
3434
3535[project .optional-dependencies ]
3636polars = [" polars>=0.20.0" ]
You can’t perform that action at this time.
0 commit comments