Skip to content

Commit

Permalink
bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Sep 18, 2024
1 parent a2e48a2 commit c3ba8fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -180,7 +180,7 @@ poetry shell:
$ poetry shell
pyDataverse $ python3 -c "import pyDataverse; print(pyDataverse.__version__)"
0.3.3
0.3.4
pyDataverse $ exit
$
Expand Down
2 changes: 1 addition & 1 deletion pyDataverse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
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 = "pyDataverse"
version = "0.3.3"
version = "0.3.4"
description = "A Python module for Dataverse."
authors = [
"Stefan Kasberger <stefan.kasberger@univie.ac.at>",
Expand Down

0 comments on commit c3ba8fa

Please sign in to comment.