From c3ba8fae2b13c00cb8a9fa178a4dcac746337c53 Mon Sep 17 00:00:00 2001 From: Jan Range Date: Wed, 18 Sep 2024 17:10:04 +0200 Subject: [PATCH] bump patch version --- CONTRIBUTING.rst | 4 ++-- pyDataverse/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 9c9c0bf..5d275a7 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -169,7 +169,7 @@ by calling ``poetry install``: $ poetry install --with=dev $ poetry run python3 -c "import pyDataverse; print(pyDataverse.__version__)" - 0.3.3 + 0.3.4 For most tasks, you can use poetry without activating the virtual environment, but sometimes you might want to use the virtual environment directly or save @@ -180,7 +180,7 @@ poetry shell: $ poetry shell pyDataverse $ python3 -c "import pyDataverse; print(pyDataverse.__version__)" - 0.3.3 + 0.3.4 pyDataverse $ exit $ diff --git a/pyDataverse/__init__.py b/pyDataverse/__init__.py index 7136b6f..7bac122 100644 --- a/pyDataverse/__init__.py +++ b/pyDataverse/__init__.py @@ -12,7 +12,7 @@ __email__ = "stefan.kasberger@univie.ac.at" __copyright__ = "Copyright (c) 2019 Stefan Kasberger" __license__ = "MIT License" -__version__ = "0.3.3" +__version__ = "0.3.4" __url__ = "https://github.com/GDCC/pyDataverse" __download_url__ = "https://pypi.python.org/pypi/pyDataverse" __description__ = "A Python module for Dataverse." diff --git a/pyproject.toml b/pyproject.toml index 4e1e8de..7f3eb72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyDataverse" -version = "0.3.3" +version = "0.3.4" description = "A Python module for Dataverse." authors = [ "Stefan Kasberger ",