From daa7e7d2262378c19e7b3e382936687db37cc425 Mon Sep 17 00:00:00 2001 From: Thomas Genin Date: Tue, 19 Oct 2021 10:45:05 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.15=20=E2=86=92=200.0.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modelkit/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modelkit/__init__.py b/modelkit/__init__.py index 643e7e05..49888c98 100644 --- a/modelkit/__init__.py +++ b/modelkit/__init__.py @@ -8,4 +8,4 @@ warnings.simplefilter(action="ignore", category=FutureWarning) -__version__ = "0.0.15" +__version__ = "0.0.16" diff --git a/setup.cfg b/setup.cfg index b432948b..2f1e59c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.15 +current_version = 0.0.16 commit = True tag = True diff --git a/setup.py b/setup.py index a0057979..1de99abd 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ import setuptools setuptools.setup( - version="0.0.15" + version="0.0.16" )