Skip to content

Commit

Permalink
Bump pycardano version
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Mar 31, 2023
1 parent b6544ba commit 07a773b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cbor2==5.4.6",
"frozenlist==1.3.3",
"rply==0.7.8",
"pycardano==0.7.2",
"pycardano==0.8.0",
"python-secp256k1-cardano==0.2.3",
],
tests_require=[
Expand Down
4 changes: 2 additions & 2 deletions uplc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
import logging


VERSION = (0, 6, 0)
VERSION = (0, 6, 1)

__version__ = ".".join([str(i) for i in VERSION])
__author__ = "nielstron"
__author_email__ = "n.muendler@web.de"
__copyright__ = "Copyright (C) 2023 nielstron"
__license__ = "MIT"
__url__ = "https://github.com/imperatorlang/uplc"
__url__ = "https://github.com/opshin/uplc"

try:
from .tools import parse, eval, dumps, UPLCDialect, flatten, unflatten
Expand Down

0 comments on commit 07a773b

Please sign in to comment.