We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244318e commit 52bcbb1Copy full SHA for 52bcbb1
acore/__init__.py
@@ -1 +1,3 @@
1
-__version__ = "0.1.0"
+from importlib.metadata import version
2
+
3
+__version__ = version("acore")
pyproject.toml
@@ -1,7 +1,7 @@
[project]
authors = [{ name = "Alberto Santos Delgado", email = "[email protected]" }]
name = "acore"
4
-version = "0.1.0"
+version = "0.1.1"
5
description = "A Python package with statistical functions to analyse multimodal molecular data"
6
license = { text = "GNU General Public License v3" }
7
readme = "README.rst"
0 commit comments