Skip to content

Commit

Permalink
Bump minor version
Browse files Browse the repository at this point in the history
- adds support for blue prints
- fix support for python 3.11
- introduce more capable representation of smart contracts
- add more API functions
- allow bytearray, ByteString synonyms
- prevent double imports
- add pluthon pattern based optimizations
  • Loading branch information
nielstron committed Oct 29, 2023
1 parent 0d31f01 commit 61a9ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opshin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import warnings

__version__ = "0.17.0"
__version__ = "0.18.0"
__author__ = "nielstron"
__author_email__ = "[email protected]"
__copyright__ = "Copyright (C) 2023 nielstron"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opshin"
version = "0.17.0"
version = "0.18.0"
description = "A simple pythonic programming language for Smart Contracts on Cardano"
authors = ["nielstron <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 61a9ed9

Please sign in to comment.