Skip to content

Commit 1e3c940

Browse files
committed
Uptick on the version.
1 parent e2796b2 commit 1e3c940

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
osdf-python 0.2.4
2+
3+
* Merge of code to reduce duplication by cometsong@github
4+
5+
- Victor <victor73@github.com> Tue, 30 Jun 2015 11:14:00 -0400
6+
17
osdf-python 0.2.3
28

39
* Ensuring unicode is converted to ascii str

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read(fname):
88
setup(name='osdf-python',
99
description='Python client to Open Science Data Framework (OSDF) REST servers.',
1010
long_description=read('README.md'),
11-
version='0.2.3',
11+
version='0.2.4',
1212
py_modules=['osdf', 'request'],
1313
author='Victor Felix',
1414
author_email='victor73@gmail.com',

0 commit comments

Comments
 (0)