Skip to content

Commit 81646d2

Browse files
committed
Bump version to 0.3.5
Update version number to 0.3.5 in __init__.py, pyproject.toml, and documentation to reflect the new release.
1 parent 59a3eb2 commit 81646d2

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.4
172+
0.3.5
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.4
183+
0.3.5
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__ = "[email protected]"
1313
__copyright__ = "Copyright (c) 2019 Stefan Kasberger"
1414
__license__ = "MIT License"
15-
__version__ = "0.3.4"
15+
__version__ = "0.3.5"
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.4"
3+
version = "0.3.5"
44
description = "A Python module for Dataverse."
55
authors = [
66
"Stefan Kasberger <[email protected]>",

0 commit comments

Comments
 (0)