From 59de3be6fa049ea4aba7ff017ff656e98f04087b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Bla=C3=9F?= <michael.blass@uni-hamburg.de>
Date: Thu, 18 Mar 2021 14:28:52 +0100
Subject: [PATCH] Update version to 0.1.2

---
 docs/source/conf.py | 3 ++-
 setup.cfg           | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 66479af..5cfcc2c 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 2152a53..8e79768 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
-- 
GitLab