We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d1c4e commit abbacacCopy full SHA for abbacac
setup.py
@@ -14,13 +14,13 @@
14
required = f.read().splitlines()
15
16
setup(name='cairis',
17
- version='1.2.10',
+ version='1.2.11',
18
author='Shamal Faily',
19
author_email='shamal.faily@gmail.com',
20
description = 'A security design tool',
21
license = 'Apache Software License',
22
url='https://github.com/failys/cairis',
23
- download_url='https://github.com/failys/cairis/tarball/1.2.10',
+ download_url='https://github.com/failys/cairis/tarball/1.2.11',
24
packages=['cairis'],
25
include_package_data=True,
26
data_files = [('cairis/examples', egFiles)],
0 commit comments