Skip to content

Commit 6a7d67e

Browse files
author
victor73
committed
Added missing LICENSE file.
1 parent f394e01 commit 6a7d67e

4 files changed

Lines changed: 9 additions & 2 deletions

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.3.1
2+
3+
* Added missing LICENSE file.
4+
5+
- Victor <victor73@github.com> Mon, 10 Aug 2015 15:09:00 -0400
6+
17
osdf-python 0.3.0
28

39
* Added methods to perform OSDF Query Language (OQL) queries:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The 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

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include CHANGES
2+
include LICENSE
23
include README
34
include README.md
45
include osdf.py

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.3.0',
11+
version='0.3.1',
1212
py_modules=['osdf', 'request'],
1313
author='Victor Felix',
1414
author_email='victor73@github.com',

0 commit comments

Comments
 (0)