Skip to content

Commit

Permalink
bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Oct 4, 2020
1 parent 82c3b5f commit b50dd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Enzyme"
uuid = "7da242da-08ed-463a-9acd-ee780be4f1d9"
authors = ["William Moses <wmoses@mit.edu>", "Valentin Churavy <vchuravy@mit.edu>"]
version = "0.1.0"
version = "0.2.0"

[deps]
Cassette = "7057c7e9-c182-5462-911a-8362d720325c"
Expand Down

4 comments on commit b50dd35

@vchuravy
Copy link
Member Author

Choose a reason for hiding this comment

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

@wsmoses
Copy link
Member

@wsmoses wsmoses commented on b50dd35 Oct 4, 2020

Choose a reason for hiding this comment

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

@wsmoses
Copy link
Member

@wsmoses wsmoses commented on b50dd35 Oct 4, 2020

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

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>" b50dd352a6e8d45d8000f18edbe32cee51e8b214
git push origin v0.2.0

Please sign in to comment.