Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
olynch committed Nov 2, 2023
1 parent c9c5c7d commit a36d852
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name = "ACSets"
uuid = "227ef7b5-1206-438b-ac65-934d6da304b8"
license = "MIT"
authors = ["Owen Lynch <[email protected]>", "Kris Brown <[email protected]>", "Evan Patterson <[email protected]>", "AlgebraicJulia Team"]
version = "0.2.9"
authors = [
"Owen Lynch <[email protected]>",
"Kris Brown <[email protected]>",
"Evan Patterson <[email protected]>",
"AlgebraicJulia Team",
]
version = "0.3.0"

[deps]
AlgebraicInterfaces = "23cfdc9f-0504-424a-be1f-4892b28e2f0c"
Expand Down Expand Up @@ -36,10 +41,13 @@ AlgebraicInterfaces = "0.1"
CompTime = "0.1"
DataStructures = "0.18"
JSON = "0.21"
JSON3 = "1.13.2"
MLStyle = "0.4"
OrderedCollections = "1.6.2"
Permutations = "0.4"
PrettyTables = "2.2"
Reexport = "1"
SHA = "0.7"
StaticArrays = "1"
StructEquality = "2.1"
Tables = "1"
Expand Down

2 comments on commit a36d852

@olynch
Copy link
Member Author

@olynch olynch commented on a36d852 Nov 2, 2023

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 created: JuliaRegistries/General/94640

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.0 -m "<description of version>" a36d852700a039cf56789ccace0480a055002e52
git push origin v0.3.0

Please sign in to comment.