Skip to content

Commit c3ba8fa

Browse files
committed
bump patch version
1 parent a2e48a2 commit c3ba8fa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ by calling ``poetry install``:
169169
170170
$ poetry install --with=dev
171171
$ poetry run python3 -c "import pyDataverse; print(pyDataverse.__version__)"
172-
0.3.3
172+
0.3.4
173173
174174
For most tasks, you can use poetry without activating the virtual environment,
175175
but sometimes you might want to use the virtual environment directly or save
@@ -180,7 +180,7 @@ poetry shell:
180180
181181
$ poetry shell
182182
pyDataverse $ python3 -c "import pyDataverse; print(pyDataverse.__version__)"
183-
0.3.3
183+
0.3.4
184184
pyDataverse $ exit
185185
$
186186

pyDataverse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__email__ = "stefan.kasberger@univie.ac.at"
1313
__copyright__ = "Copyright (c) 2019 Stefan Kasberger"
1414
__license__ = "MIT License"
15-
__version__ = "0.3.3"
15+
__version__ = "0.3.4"
1616
__url__ = "https://github.com/GDCC/pyDataverse"
1717
__download_url__ = "https://pypi.python.org/pypi/pyDataverse"
1818
__description__ = "A Python module for Dataverse."

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 = "pyDataverse"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "A Python module for Dataverse."
55
authors = [
66
"Stefan Kasberger <stefan.kasberger@univie.ac.at>",

0 commit comments

Comments
 (0)