diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 538228b..ff6e8a5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.1 +current_version = 1.3.2 commit = True tag = True tag_name = {new_version} diff --git a/dapla/__init__.py b/dapla/__init__.py index a6d0f7e..ec73049 100644 --- a/dapla/__init__.py +++ b/dapla/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.1" +__version__ = "1.3.2" from .auth import AuthClient from .files import FileClient diff --git a/setup.py b/setup.py index d57efaa..8a3e7af 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def read(filename): # This call to setup() does all the work setup( name="dapla-toolbelt", - version="1.3.1", + version="1.3.2", license='Apache Software License', description="Python module for use within Jupyterlab notebooks, specifically aimed for Statistics Norway's data " "platform called Dapla",