diff --git a/docs/source/conf.py b/docs/source/conf.py index e1d7f0a..3d9a75a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = "causeinfer developers" # The full version, including alpha/beta/rc tags -release = "1.0.0" +release = "1.0.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index ecc47ed..facc2b8 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ packages=find_packages(where="src"), package_dir={"": "src"}, include_package_data=True, - version="1.0.0", + version="1.0.1", author="Andrew Tavis McAllister", author_email="andrew.t.mcallister@gmail.com", classifiers=[