Skip to content

Commit

Permalink
Prepared release V1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBachmann committed Dec 14, 2017
1 parent 008773f commit da937b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os, shutil, subprocess, sys, time, unittest
from setuptools import setup, find_packages

RELEASE = "0.9.7"
RELEASE = "1.0.0"

BUILD = os.getenv("BUILD", "false").strip().lower() == "true"
print("Running in %s mode." % ("build" if BUILD else "install"))
Expand Down

0 comments on commit da937b6

Please sign in to comment.