We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddb369 commit ce7325cCopy full SHA for ce7325c
easyDataverse/__init__.py
@@ -7,4 +7,4 @@
7
8
nest_asyncio.apply()
9
10
-__version__ = "0.4.3"
+__version__ = "0.4.4"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "easyDataverse"
3
-version = "0.4.3"
+version = "0.4.4"
4
description = "Lightweight Dataverse interface in Python to upload, download and update datasets found in Dataverse instances."
5
authors = ["Jan Range <jan.range@simtech.uni-stuttgart.de>"]
6
license = "MIT License"
0 commit comments