diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6c7de13..68e2c34 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/ows/__init__.py b/ows/__init__.py index 16e0d4d..b3b0ea8 100644 --- a/ows/__init__.py +++ b/ows/__init__.py @@ -29,4 +29,4 @@ __all__ = ['Version', '__version__'] -__version__ = '0.3.0' +__version__ = '0.3.1'