diff --git a/docs/source/conf.py b/docs/source/conf.py index 66479af9bbbc2596d8652438d15b6cc9918252e2..5cfcc2c929ebc2fb0a973e0de8a53d0fa5b7217d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,8 @@ copyright = '2019, Michael Blaß' author = 'Michael Blaß' # The full version, including alpha/beta/rc tags -release = '0.1' +release = '0.1.2' +version = '0.1.2' master_doc = 'index' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 2152a53251e2718cd3ffa189769bad57198b4947..8e7976894197bb710e85807e382d65abd25f8d8d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainsaddiction -version = 0.1.1 +version = 0.1.2 description = Discrete time, finit state space, stationary Hidden Markov Model. long_description = file: README.md license = BSD 3-Clause License