diff --git a/docs/conf.py b/docs/conf.py index 52e372a..8768575 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = "Teddy Groves" # The full version, including alpha/beta/rc tags -release = "0.1.8" +release = "0.1.9" root_doc = "index" diff --git a/pyproject.toml b/pyproject.toml index 4629d10..3cda49b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "bibat" authors = [ {name = "Teddy Groves", email = "tedgro@dtu.dk"}, ] -version = "0.1.8" +version = "0.1.9" classifiers = [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Science/Research",