Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Apr 17, 2016
1 parent 5b46063 commit 8f9a8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
from setuptools import setup

setup(name='cairis',
version='0.1',
version='0.2',
author='Shamal Faily',
author_email='shamal.faily@gmail.com',
description = 'A security design tool',
license = 'Apache Software License',
url='https://github.com/failys/cairis',
download_url='https://github.com/failys/cairis/tarball/0.1',
download_url='https://github.com/failys/cairis/tarball/0.2',
packages=['cairis'],
include_package_data=True,
scripts=['cairis/bin/cairis_gui.py','cairis/bin/cimport.py','cairis/bin/cexport.py','cairis/bin/at2om.py','cairis/bin/gt2pc.py'],
Expand Down

0 comments on commit 8f9a8bd

Please sign in to comment.