diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c622af2..926546a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2022.3.5 +current_version = 2022.3.6 commit = True tag = True diff --git a/mps/__init__.py b/mps/__init__.py index 0aab58a..679aecb 100644 --- a/mps/__init__.py +++ b/mps/__init__.py @@ -25,7 +25,7 @@ # WARRANTIES OF ANY KIND, EITHER IMPLIED OR EXPRESSED, INCLUDING, BUT # NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS __author__ = "Henrik Finsberg (henriknf@simula.no), 2017--2022" -__version__ = "2022.3.5" +__version__ = "2022.3.6" __maintainer__ = "Henrik Finsberg" __email__ = "henriknf@simula.no" __license__ = """ diff --git a/setup.py b/setup.py index 728ad98..4a4b60b 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ from setuptools import setup setup( - version="2022.3.5", + version="2022.3.6", )