Skip to content

Commit

Permalink
Bump version: 1.3.6 → 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Nov 28, 2022
1 parent ec89797 commit b3defcc
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.6
current_version = 1.3.7
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.6"
__version__ = "1.3.7"

from .auth import AuthClient
from .files import FileClient
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dapla-toolbelt"
version = "1.3.6"
version = "1.3.7"
description = "Python module for use within Jupyterlab notebooks, specifically aimed for Statistics Norway's data platform called Dapla"
authors = ["Statistics Norway <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b3defcc

Please sign in to comment.