We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ec2c2 commit 89143bdCopy full SHA for 89143bd
2 files changed
CHANGES
@@ -1,3 +1,9 @@
1
+osdf-python 0.2.1
2
+
3
+ * Corrected issue with property get/set not being honored.
4
5
+ - Victor <victor73@github.com> Tue, 23 Jun 2015 12:00:00 -0400
6
7
osdf-python 0.2
8
9
* Added properties to redefine connection parameters
setup.py
@@ -8,7 +8,7 @@ def read(fname):
setup(name='osdf-python',
description='Python client to Open Science Data Framework (OSDF) REST servers.',
10
long_description=read('README.md'),
11
- version='0.2',
+ version='0.2.1',
12
py_modules=['osdf', 'request'],
13
author='Victor Felix',
14
author_email='victor73@gmail.com',
0 commit comments