Skip to content

Commit 2f7d5e7

Browse files
committed
bump version since NamedTuple -> attr is a backwards incompatible change
1 parent b5fb124 commit 2f7d5e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
git+git://github.com/mvcisback/hypothesis-cfg.git@master#egg=hypothesis_cfg
2+
attrs==18.1.0
23
bidict==0.17.2
34
blessings==1.7
45
click==6.7

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='py-aiger',
7-
version='1.0.0',
7+
version='2.0.0',
88
description=DESC,
99
url='http://github.com/mvcisback/py-aiger',
1010
author='Marcell Vazquez-Chanlatte',
@@ -17,6 +17,7 @@
1717
],
1818
},
1919
install_requires=[
20+
'attr',
2021
'bidict',
2122
'click',
2223
'funcy',

0 commit comments

Comments
 (0)