We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7677033 commit 9e9c081Copy full SHA for 9e9c081
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "py_evalexpr"
3
-version = "0.1.0"
+version = "1.0.0"
4
edition = "2021"
5
authors = ["Benjamin Kiiskila <b.kiiskila@example.com>"]
6
description = "Python bindings for evalexpr Rust crate for safe expression evaluation"
python/py_evalexpr/__init__.py
@@ -15,7 +15,7 @@
15
Repository: https://github.com/b-kiiskila/py_evalexpr
16
"""
17
18
-__version__ = "0.1.0"
+__version__ = "1.0.0"
19
20
from . import natives
21
0 commit comments