File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
175175but 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
Original file line number Diff line number Diff line change 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."
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyDataverse"
3- version = " 0.3.3 "
3+ version = " 0.3.4 "
44description = " A Python module for Dataverse."
55authors = [
66 " Stefan Kasberger <stefan.kasberger@univie.ac.at>" ,
You can’t perform that action at this time.
0 commit comments