Skip to content

Commit

Permalink
release: 0.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
z80dev committed Nov 25, 2023
1 parent b249bdb commit e15fb34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dasy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .parser import parse
from .parser.parse import parse_src, parse_node

__version__ = "0.1.26"
__version__ = "0.1.28"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[tool.poetry]
name = "dasy"
version = "0.1.27"
description = ""
version = "0.1.28"
description = "an evm lisp"
authors = ["z80 <z80@ophy.xyz>"]

[tool.poetry.dependencies]
python = ">=3.10, <3.12"
argparse = "^1.4.0"
dasy-hy = "0.24.2"
titanoboa = "0.1.7"
hyrule = "^0.2"
pytest = "^7.1.3"
vyper = "^0.3.10"
Expand All @@ -19,6 +18,7 @@ py-evm = ">=0.6.1a2"
[tool.poetry.dev-dependencies]
pytest = ">=7.1"
black = {version = "^22.8.0", allow-prereleases = true}
titanoboa = "0.1.8"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit e15fb34

Please # to comment.