Skip to content

Commit 74d035a

Browse files
committed
πŸ”– release: v0.1.1
1 parent d25cbcf commit 74d035a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "expr-simplifier"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = ""
55
readme = "README.md"
66
requires-python = ">=3.9"

β€Žsrc/expr_simplifier/__init__.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
from expr_simplifier.transforms.auto_simplify import auto_simplify as auto_simplify
55

6-
__version__ = "0.1.0"
6+
__version__ = "0.1.1"
77
__author__ = "Nyakku Shigure"
8-
__year__ = "2023"
8+
__year__ = "2024"
99
__project_info__ = {
1010
"name": __name__,
1111
"version": __version__,

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)