diff --git a/omamer/__init__.py b/omamer/__init__.py index 8ccc8eb..4654e67 100644 --- a/omamer/__init__.py +++ b/omamer/__init__.py @@ -24,7 +24,7 @@ from datetime import date __packagename__ = "omamer" -__version__ = "2.0.5" +__version__ = "2.1.0" __copyright__ = "(C) 2019-{:d} Victor Rossier and Alex Warwick Vesztrocy and Nikolai Romashchenko ".format( date.today().year ) diff --git a/setup.cfg b/setup.cfg index 9d2c31c..5f54ea0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.4 +current_version = 2.1.0 commit = True tag = False