Skip to content

Commit eb30e61

Browse files
committed
change version for pip
1 parent cabdde1 commit eb30e61

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 0.8.0 released 2015-06-26
2+
* drop beta from version so pip will install the correct/latest
3+
14
Version 0.8.0b0 released 2015-06-26
25
* Add support for Python 3
36
* Remove support for Python 2.5

pygrowup/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
'major': 0,
55
'minor': 8,
66
'micro': 0,
7-
'releaselevel': 'beta',
8-
'serial': 0
97
}
108

119

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
description="Calculate z-scores of anthropometric measurements based on WHO and CDC child growth standards",
2424
long_description=open('README').read(),
2525
url="http://github.com/ewheeler/pygrowup",
26-
download_url="https://github.com/ewheeler/pygrowup/archive/0.8.0b0.tar.gz",
26+
download_url="https://github.com/ewheeler/pygrowup/archive/0.8.0.tar.gz",
2727
classifiers=[
2828
'Intended Audience :: Healthcare Industry',
2929
'Programming Language :: Python',

0 commit comments

Comments
 (0)