Skip to content

Commit

Permalink
release 0.2.0 with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
olynch committed Nov 21, 2021
1 parent e1587e0 commit fa682b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Semagrams"
uuid = "13530c0b-fe5b-42fd-9b7e-79367be16329"
license = "MIT"
authors = ["Owen Lynch <[email protected]>"]
version = "0.1.2"
version = "0.2.0"

[deps]
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semagrams",
"version": "0.1.2",
"version": "0.2.0",
"description": "The typescript component of Semagrams.jl",
"main": "src/index.ts",
"repository": "[email protected]:AlgebraicJulia/Semagrams.jl",
Expand Down

2 comments on commit fa682b8

@olynch
Copy link
Member Author

@olynch olynch commented on fa682b8 Nov 21, 2021

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/49107

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.2.0 -m "<description of version>" fa682b876d992645d0aa93ba62bcda8d0e3fd0e6
git push origin v0.2.0

Please sign in to comment.