Skip to content

Commit 12f47bf

Browse files
committed
update version in __init__.py
1 parent 04a1f6d commit 12f47bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyDataverse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
__email__ = 'stefan.kasberger@univie.ac.at'
1717
__copyright__ = 'Copyright (c) 2019 Stefan Kasberger'
1818
__license__ = 'MIT License'
19-
__version__ = '0.1.0'
19+
__version__ = '0.1.1'
2020
__url__ = 'https://github.com/AUSSDA/pyDataverse'
2121
__download_url__ = 'https://pypi.python.org/pypi/pyDataverse'
2222
__description__ = 'A Python wrapper around the Dataverse API'

0 commit comments

Comments
 (0)