From 7add692069cc5ec9d2dfdbecda18869a53fce323 Mon Sep 17 00:00:00 2001 From: tobias47n9e Date: Fri, 10 Apr 2015 21:36:40 +0200 Subject: [PATCH] bump version to alpha-3 --- installer.cfg | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer.cfg b/installer.cfg index 0a6ac34..790caa5 100644 --- a/installer.cfg +++ b/installer.cfg @@ -1,6 +1,6 @@ [Application] -name=InnStereo-Alpha2 -version=1.0-a2 +name=InnStereo-Alpha3 +version=1.0-a3 entry_point=innstereo:startup extra_preamble=gnome_preamble.py diff --git a/setup.py b/setup.py index 03e7b30..2971809 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = "innstereo", - version = "1.0-a2", + version = "1.0-a3", description = "Sterographic plotting for structural geology", author = "Tobias Schoenberg", author_email = "tobias47n9e@gmail.com",