Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3e9ff39..c8e8a07 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ import platform
prefix = "/usr"
root = "/"
-jmc_version = '0.3rc2'
+jmc_version = '0.3rc3'
for arg in sys.argv:
if arg[0:9] == "--prefix=":
prefix = arg[9:]