From 304a6ec2e215e9167c516ada98232ba64f57434a Mon Sep 17 00:00:00 2001 From: Christian Diener Date: Sat, 24 Sep 2022 16:12:26 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.31.2=20=E2=86=92=200.31.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- micom/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/micom/__init__.py b/micom/__init__.py index 00595532..db387cde 100755 --- a/micom/__init__.py +++ b/micom/__init__.py @@ -35,4 +35,4 @@ "show_versions", ) -__version__ = "0.31.2" +__version__ = "0.31.3" diff --git a/setup.cfg b/setup.cfg index cbbaddea..e2367d17 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.31.2 +current_version = 0.31.3 commit = True tag = True diff --git a/setup.py b/setup.py index 906f7839..b0403e24 100755 --- a/setup.py +++ b/setup.py @@ -5,4 +5,4 @@ from setuptools import setup -setup(version="0.31.2") +setup(version="0.31.3")