[geneagrapher] 96/226: Change version stamp.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:10:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository geneagrapher.
commit 6ece33a62960bfda3973d3d9f6488eb5ca36fd8c
Author: David Alber <alber.david at gmail.com>
Date: Wed Oct 8 03:53:29 2008 +0000
Change version stamp.
---
geneagrapher/geneagrapher.py | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/geneagrapher/geneagrapher.py b/geneagrapher/geneagrapher.py
index f244b7c..0c1c68b 100644
--- a/geneagrapher/geneagrapher.py
+++ b/geneagrapher/geneagrapher.py
@@ -38,7 +38,7 @@ class Geneagrapher:
(options, args) = self.parser.parse_args()
if options.print_version:
- print "Geneagrapher Version 0.2"
+ print "Geneagrapher Version 0.2-r1"
self.parser.exit()
if len(args) == 0:
diff --git a/setup.py b/setup.py
index f4e117c..b0d0c9c 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ use_setuptools()
from setuptools import setup, find_packages
setup(name="Geneagrapher",
- version="0.2",
+ version="0.2-r1",
description="Generates mathematic genealogy graph files.",
long_description="""\
The Geneagrapher generates Graphviz "dot" files of mathematical
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/geneagrapher.git
More information about the debian-science-commits
mailing list