Skip to content

Commit 452427b

Browse files
committed
Bump version to 0.3.2
Update package version from 0.3.1 to 0.3.2 in dvuploader/__init__.py and pyproject.toml to prepare the new release.
1 parent b9fc079 commit 452427b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dvuploader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"add_directory",
1515
]
1616

17-
__version__ = "0.3.1"
17+
__version__ = "0.3.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dvuploader"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Python library for uploading (bulk) data to Dataverse"
55
authors = ["Jan Range"]
66
readme = "README.md"

0 commit comments

Comments
 (0)