Skip to content

Commit

Permalink
Major version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Jan 2, 2024
1 parent 83b14a6 commit cff4d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "uplc"
version = "0.6.7"
version = "1.0.0"
description = "Python implementation of untyped plutus language core"
authors = ["nielstron <n.muendler@web.de>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion uplc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import logging


__version__ = "0.6.7"
__version__ = "1.0.0"
__author__ = "nielstron"
__author_email__ = "n.muendler@web.de"
__copyright__ = "Copyright (C) 2023 nielstron"
Expand Down

0 comments on commit cff4d81

Please sign in to comment.