Skip to content

Commit

Permalink
Set version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed May 20, 2020
1 parent 49c3f64 commit d6b00c7
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 = "JSONRPC"
uuid = "b9b8584e-8fd3-41f9-ad0c-7255d428e418"
authors = ["David Anthoff <anthoff@berkeley.edu>"]
version = "0.1.1-DEV"
version = "1.0.0"

[deps]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand Down

2 comments on commit d6b00c7

@davidanthoff
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/15033

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 v1.0.0 -m "<description of version>" d6b00c78371e8d7c9dd490fe8cbc331867f09405
git push origin v1.0.0

Please sign in to comment.