Skip to content

Commit

Permalink
Issues with PyPi versioning, changed to upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilli34 committed Dec 1, 2015
1 parent 02e8f8e commit 9c1bdfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Simple python script using the [Orcid Python Library](https://github.com/ORCID/p
The Orcid [public API](http://members.orcid.org/api) is used with this program. There is no support for the member API.

## Version
Version == 0.1-alpha.5
Version == 0.1-alpha.6

## Download & Install
You can use a pip install:
Expand All @@ -13,7 +13,7 @@ You can use a pip install:

or download:

[https://github.com/crcresearch/orcidfind/tarball/0.1-alpha.5](https://github.com/crcresearch/orcidfind/tarball/0.1-alpha.5)
[https://github.com/crcresearch/orcidfind/tarball/0.1-alpha.6](https://github.com/crcresearch/orcidfind/tarball/0.1-alpha.6)

orcidfind/find.py is a `__main__` python script and relies on orcidsearch/search.py as a module. This means that orcidsearch/search.py must be installed under site-packages for your particular Python version, or added to the PYTHONPATH.

Expand Down
2 changes: 1 addition & 1 deletion orcidfind/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Some segments of public version identifer (PEP 440)
VERSION_RELEASE = "0.1"
VERSION_PRE_RELEASE = "a.5" # e.g., "a4", "b1", "rc3" or "" (final release)
VERSION_PRE_RELEASE = "a.6" # e.g., "a4", "b1", "rc3" or "" (final release)
VERSION_POST_RELEASE = "" # e.g., ".post1"

VERSION = VERSION_RELEASE + VERSION_PRE_RELEASE + VERSION_POST_RELEASE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'console_scripts':['orcidfind = orcidfind.find:search_type']
},
url='https://crc.nd.edu',
download_url='https://github.com/crcresearch/orcidfind/tarball/0.1-alpha.5',
download_url='https://github.com/crcresearch/orcidfind/tarball/0.1-alpha.6',
platforms='Linux',
license='ALv2',
author='cwilli34',
Expand Down

0 comments on commit 9c1bdfb

Please sign in to comment.