From dc601e72827701444e1541d4a1c9b54717dafa58 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Thu, 21 Jul 2011 08:54:14 +0000 Subject: [PATCH] Opened development for 2.0.beta-11. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@309 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1 --- INSTALL | 3 ++- mutalyzer/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index df4619e0..72856076 100644 --- a/INSTALL +++ b/INSTALL @@ -107,7 +107,8 @@ Alternatively, if you want to have a development environment, use: sudo python setup.py develop The development environment uses symlinks to this source directory, so you can -develop directly from here. +develop directly from here. This command should be re-issued whenever the +version number of Mutalyzer is updated. Setup Mutalyzer diff --git a/mutalyzer/__init__.py b/mutalyzer/__init__.py index 797b9b58..8728f32f 100644 --- a/mutalyzer/__init__.py +++ b/mutalyzer/__init__.py @@ -18,9 +18,9 @@ import os # # [1] http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version -RELEASE = True +RELEASE = False -__version_info__ = ('2', '0', 'beta-10') +__version_info__ = ('2', '0', 'beta-11', 'dev') __date__ = '21 Jul 2011' -- GitLab