Skip to content

Commit f7604ad

Browse files
committedNov 3, 2024·
bumped to version 0.1.2
1 parent 5d0bd90 commit f7604ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rogtk"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
authors = [
55
"Pedro Olivares Chauvet <pedro.olivares@mdc-berlin.de>",
66
"Pedro Olivares Chauvet <pedro.olivares@weizmann.ac.il>",

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "maturin"
77

88
[project]
99
name = "rogtk"
10-
version = "0.1.0"
10+
version = "0.1.2"
1111
requires-python = ">=3.8"
1212
classifiers = [
1313
"Programming Language :: Rust",

0 commit comments

Comments
 (0)
Please sign in to comment.