File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ osdf-python 0.3.1
2+
3+ * Added missing LICENSE file.
4+
5+ - Victor <victor73@github.com> Mon, 10 Aug 2015 15:09:00 -0400
6+
17osdf-python 0.3.0
28
39 * Added methods to perform OSDF Query Language (OQL) queries:
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2013 Victor Felix
3+ Copyright (c) 2015 Institute for Genome Sciences, University of Maryland School of Medicine
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11include CHANGES
2+ include LICENSE
23include README
34include README.md
45include osdf.py
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def read(fname):
88setup (name = 'osdf-python' ,
99 description = 'Python client to Open Science Data Framework (OSDF) REST servers.' ,
1010 long_description = read ('README.md' ),
11- version = '0.3.0 ' ,
11+ version = '0.3.1 ' ,
1212 py_modules = ['osdf' , 'request' ],
1313 author = 'Victor Felix' ,
1414 author_email = 'victor73@github.com' ,
You can’t perform that action at this time.
0 commit comments