Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertobruttomesso committed Jan 25, 2020
1 parent 4d75f4e commit a5110cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys
from setuptools import setup, find_packages

VERSION = '0.8.1'
VERSION = '0.8.2'

system_str = platform.system()
bits, _ = platform.architecture()
Expand Down Expand Up @@ -52,6 +52,7 @@
maintainer_email='roberto.bruttomesso@gmail.com',
url='http://github.com/formalmethods/intrepyd',
download_url='http://github.com/formalmethods/intrepyd/archive/' + VERSION + '.tar.gz',
install_requires=['pandas', 'antlr4-python2-runtime', 'enum'],
packages=find_packages(),
data_files=arch_data_files,
# Does not work for sdist!
Expand Down

0 comments on commit a5110cf

Please sign in to comment.