Skip to content

Commit 9e9c081

Browse files
committed
Bump to 1.0.0
1 parent 7677033 commit 9e9c081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py_evalexpr"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55
authors = ["Benjamin Kiiskila <b.kiiskila@example.com>"]
66
description = "Python bindings for evalexpr Rust crate for safe expression evaluation"

python/py_evalexpr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Repository: https://github.com/b-kiiskila/py_evalexpr
1616
"""
1717

18-
__version__ = "0.1.0"
18+
__version__ = "1.0.0"
1919

2020
from . import natives
2121

0 commit comments

Comments
 (0)