Skip to content

Commit 0491330

Browse files
committed
Increment blspy for uploaded source in Pypi
1 parent 5e091fb commit 0491330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
dependencies = [
55
"aiter==0.13.20191203", # Used for async generator tools
6-
"blspy==0.1.18", # Signature library
6+
"blspy==0.1.19", # Signature library
77
"cbor2==5.1.0", # Used for network wire format
88
"clvm==0.4", # contract language
99
"PyYAML==5.3", # Used for config file format

0 commit comments

Comments
 (0)