Skip to content

Commit 4a6e40c

Browse files
committed
Bumped version
1 parent 63d8b63 commit 4a6e40c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "samarium"
3-
version = "0.3.0-alpha"
3+
version = "0.3.0"
44
description = "The Samarium Programming Language"
55
authors = ["trag1c <[email protected]>"]
66
license = "MIT"

src/samarium/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .tokenizer import Tokenlike
1010
from .tokens import Token, OPEN_TOKENS, CLOSE_TOKENS
1111

12-
__version__ = "0.3.0-alpha"
12+
__version__ = "0.3.0"
1313

1414
T = TypeVar("T")
1515

0 commit comments

Comments
 (0)