Skip to content

Commit

Permalink
Merge pull request girder#845 from girder/py-client-1.0.0
Browse files Browse the repository at this point in the history
Python client version 1.0.0
  • Loading branch information
zachmullen committed May 14, 2015
2 parents c43e7f6 + ae7b275 commit d65bf4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions clients/python/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
2 changes: 1 addition & 1 deletion clients/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from pkg_resources import parse_requirements


CLIENT_VERSION = '0.1.0'
CLIENT_VERSION = '1.0.0'

# parse_requirements() returns generator of pip.req.InstallRequirement objects
install_reqs = []
Expand Down

0 comments on commit d65bf4c

Please sign in to comment.