diff --git a/pyproject.toml b/pyproject.toml index 9c63bb3..ed29bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "urn-calculator" -version = "0.0.1" +version = "0.0.2" description = "Multivariate hypergeometric command line calculator." readme = "README.md" authors = [{ name = "Alex Riley" }] diff --git a/src/urn/__init__.py b/src/urn/__init__.py index b3c06d4..3b93d0b 100644 --- a/src/urn/__init__.py +++ b/src/urn/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" \ No newline at end of file +__version__ = "0.0.2"