Skip to content

Commit

Permalink
🔖 release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Sep 2, 2024
1 parent d25cbcf commit 74d035a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "expr-simplifier"
version = "0.1.0"
version = "0.1.1"
description = ""
readme = "README.md"
requires-python = ">=3.9"
Expand Down
4 changes: 2 additions & 2 deletions src/expr_simplifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

from expr_simplifier.transforms.auto_simplify import auto_simplify as auto_simplify

__version__ = "0.1.0"
__version__ = "0.1.1"
__author__ = "Nyakku Shigure"
__year__ = "2023"
__year__ = "2024"
__project_info__ = {
"name": __name__,
"version": __version__,
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74d035a

Please sign in to comment.