Skip to content

Commit 001b4df

Browse files
authored
bump version
1 parent ecbb8e1 commit 001b4df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rina-pp-pyb"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
edition = "2021"
55
authors = ["Max Ohn <ohn.m@hotmail.de>", "Simon G."]
66
license = "MIT"
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
1414

1515
[dependencies]
1616
pyo3 = { version = "0.21", features = ["extension-module", "macros"] }
17-
rina-pp = { version = "0.9.27", git = "https://github.com/osuthailand/rina-pp-sys", features = ["sync"] }
17+
rina-pp = { version = "1.0.0", git = "https://github.com/osuthailand/rina-pp-sys", features = ["sync"] }
1818
openssl = { version = "0.10.40", features = ["vendored"] }
1919

2020
[profile.release]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "rina-pp-pyb"
7-
version = "1.0.3"
7+
version = "1.0.4"
88
requires-python = ">=3.7"
99
description = "Difficulty and performance calculation for osu!"
1010
classifiers = [

0 commit comments

Comments
 (0)