[h5py] 03/455: Setup tweaks
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.
commit 0b478e7034c0dd8c05f7160416d5d661a643c5a5
Author: andrewcollette <andrew.collette at gmail.com>
Date: Mon May 5 22:05:51 2008 +0000
Setup tweaks
---
setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 3158f3d..5a797b5 100755
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@
to the version string; again mainly for development.
"""
-__revision__ = "$Id"
+__revision__ = "$Id$"
from distutils.cmd import Command
from distutils.errors import DistutilsError, DistutilsExecError
@@ -52,7 +52,7 @@ delattr(os, 'link') # goodbye!
# === Global constants ========================================================
NAME = 'h5py'
-VERSION = '0.1.0a'
+VERSION = '0.1.0'
REVISION = "$Rev: 0$"
# === Custom extensions for distutils =========================================
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git
More information about the debian-science-commits
mailing list