Skip to content

Commit

Permalink
fixing julia releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Jun 21, 2023
1 parent c977b84 commit 3cc31d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
keywords = ["julia", "polymers", "python", "rust"]
license = "BSD-3-Clause"
name = "polymers"
version = "0.3.6"
version = "0.3.7"

[lib]
crate-type = ["cdylib", "rlib", "staticlib"]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Polymers"
uuid = "8aef037c-a721-4e8a-9d81-eb7093daef2c"
authors = ["mrbuche <[email protected]>"]
version = "0.3.6"
version = "0.3.7"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down

2 comments on commit 3cc31d8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/86008

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.7 -m "<description of version>" 3cc31d8d27bca6b7cdc1b20aabec9f5110467808
git push origin v0.3.7

Please sign in to comment.