Skip to content

Commit

Permalink
Bump version: 1.3.1 → 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther committed Sep 26, 2022
1 parent c94a4d9 commit d228580
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.1
current_version = 1.3.2
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion dapla/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.3.1"
__version__ = "1.3.2"

from .auth import AuthClient
from .files import FileClient
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d228580

Please sign in to comment.