From fd976f7dc3ecc13a69bde96f8766b24d7f4c87ef Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 3 Dec 2018 22:39:55 +0100 Subject: [PATCH] Switch to version 1.0.00 --- VERSION | 2 +- python/orgasm/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 04d18c5..870efd9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.00-alpha11 \ No newline at end of file +1.0.00 \ No newline at end of file diff --git a/python/orgasm/version.py b/python/orgasm/version.py index 98325f5..daf1177 100644 --- a/python/orgasm/version.py +++ b/python/orgasm/version.py @@ -1,5 +1,5 @@ major = 1 minor = '0' -serial= '00-alpha11' +serial= '00' version = "%d.%s.%s" % (major,minor,serial) -- GitLab