barectf v0.3.0 v0.3.0
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 29 May 2015 00:03:20 +0000 (20:03 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 29 May 2015 00:03:20 +0000 (20:03 -0400)
barectf/__init__.py
setup.py

index c0fb68e3f454b0ea5d0ccebf6fe56b225e3ef755..afe09ddf7bbfa89cd6eb16c0d0f9e46718964603 100644 (file)
@@ -20,4 +20,4 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 # THE SOFTWARE.
 
-__version__ = '0.2.0'
+__version__ = '0.3.0'
index cb09fa5bbaa6088d0d7f0e8e76b5725fddf1d064..c2f3b3a5c75d4a5052f97c47044564d944ec96ee 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,7 @@ from setuptools import setup
 
 # make sure we run Python 3+ here
 v = sys.version_info
+
 if v.major < 3:
     sys.stderr.write('Sorry, barectf needs Python 3\n')
     sys.exit(1)
@@ -53,7 +54,7 @@ entry_points = {
 
 
 setup(name='barectf',
-      version='0.2.0',
+      version='0.3.0',
       description='Generator of C99 code that can write native CTF',
       author='Philippe Proulx',
       author_email='eeppeliteloop@gmail.com',
This page took 0.034998 seconds and 4 git commands to generate.