Skip to content

Commit e7a6313

Browse files
committed
bump minor version
1 parent 1f64b45 commit e7a6313

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dvuploader/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
import nest_asyncio
77

88
nest_asyncio.apply()
9+
10+
__version__ = "0.3.0"

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.2.3"
3+
version = "0.3.0"
44
description = "Python library for uploading (bulk) data to Dataverse"
55
authors = ["Jan Range"]
66
readme = "README.md"

0 commit comments

Comments
 (0)