Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c committed Sep 21, 2022
1 parent 63d8b63 commit 4a6e40c
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 = "samarium"
version = "0.3.0-alpha"
version = "0.3.0"
description = "The Samarium Programming Language"
authors = ["trag1c <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/samarium/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .tokenizer import Tokenlike
from .tokens import Token, OPEN_TOKENS, CLOSE_TOKENS

__version__ = "0.3.0-alpha"
__version__ = "0.3.0"

T = TypeVar("T")

Expand Down

0 comments on commit 4a6e40c

Please sign in to comment.