Skip to content

Commit 25bda9d

Browse files
committed
fix registrator
1 parent 3fcc472 commit 25bda9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
keywords = ["julia", "polymers", "python", "rust"]
55
license = "BSD-3-Clause"
66
name = "polymers"
7-
version = "0.3.6"
7+
version = "0.3.7"
88

99
[lib]
1010
crate-type = ["cdylib", "rlib", "staticlib"]

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Polymers"
22
uuid = "8aef037c-a721-4e8a-9d81-eb7093daef2c"
33
authors = ["mrbuche <mrbuche@sandia.gov>"]
4-
version = "0.3.6"
4+
version = "0.3.7"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -11,7 +11,7 @@ Aqua = "0.6"
1111
DocStringExtensions = "0.9"
1212
Documenter = "0.27"
1313
JuliaFormatter = "1.0"
14-
julia = ">=1.8,<=1.9"
14+
julia = "1.8 - 1.9"
1515

1616
[extras]
1717
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)