Skip to content

Commit f0c833b

Browse files
committed
version bound
1 parent be7c3da commit f0c833b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

purescripto/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.8.1"
1+
__version__ = "0.8.2"
22
__blueprint_version__ = '0.1.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# e.g: entry_points={"console_scripts": ["yapypy=yapypy.cmd:compiler"]}
2525
install_requires=[
2626
"painless-import-extension",
27-
"pysexpr>=0.4",
27+
"pysexpr>=0.5,<0.6",
2828
"wisepy2>=1.1.1",
2929
"gitpython",
3030
], # dependencies

0 commit comments

Comments
 (0)