mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
tweaks for release
This commit is contained in:
parent
b3dd035c3e
commit
222d5445c3
8 changed files with 24 additions and 24 deletions
|
|
@ -99,13 +99,13 @@ setup(
|
|||
],
|
||||
install_requires=[
|
||||
'gevent',
|
||||
'arrow==0.7.0',
|
||||
'tzlocal==1.2',
|
||||
'arrow==0.10.0',
|
||||
'tzlocal==1.4',
|
||||
'six==1.10.0',
|
||||
'pyOpenSSL==16.0.0',
|
||||
'pyOpenSSL==17.0.0',
|
||||
'configobj==5.0.6',
|
||||
'pyasn1==0.1.9',
|
||||
'cffi==1.7.0',
|
||||
'pyasn1==0.2.3',
|
||||
'cffi==1.10.0',
|
||||
],
|
||||
classifiers=[
|
||||
'Framework :: Flask',
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)))
|
|||
if os.path.exists(os.path.join(ROOT, 'VERSION')):
|
||||
__version__ = open(os.path.join(ROOT, 'VERSION')).read().rstrip()
|
||||
else:
|
||||
__version__ = '0.4.4'
|
||||
__version__ = '0.5.0'
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)))
|
|||
if os.path.exists(os.path.join(ROOT, 'VERSION')):
|
||||
__version__ = open(os.path.join(ROOT, 'VERSION')).read().rstrip()
|
||||
else:
|
||||
__version__ = '0.4.4'
|
||||
__version__ = '0.5.0'
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)))
|
|||
if os.path.exists(os.path.join(ROOT, 'VERSION')):
|
||||
__version__ = open(os.path.join(ROOT, 'VERSION')).read().rstrip()
|
||||
else:
|
||||
__version__ = '0.4.4'
|
||||
__version__ = '0.5.0'
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)))
|
|||
if os.path.exists(os.path.join(ROOT, 'VERSION')):
|
||||
__version__ = open(os.path.join(ROOT, 'VERSION')).read().rstrip()
|
||||
else:
|
||||
__version__ = '0.4.4'
|
||||
__version__ = '0.5.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue