[pandas] 02/02: Update version number in setup.py.
Andreas Tille
tille at debian.org
Wed Dec 28 15:20:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to annotated tag v0.13.0_ahl2
in repository pandas.
commit 48c005ea761adcaf6b76a84aa94da0d35db8c6d6
Author: David Bew <david.bew at gmail.com>
Date: Thu Jan 16 13:25:09 2014 +0000
Update version number in setup.py.
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 7f30e4d..103b64b 100755
--- a/setup.py
+++ b/setup.py
@@ -193,7 +193,7 @@ MINOR = 13
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
-QUALIFIER = '_ahl1'
+QUALIFIER = '_ahl2'
FULLVERSION = VERSION
if not ISRELEASED:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pandas.git
More information about the debian-science-commits
mailing list