Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Jul 3, 2019
1 parent 1223b3e commit 7447c93
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 = "TimeSeries"
uuid = "9e3dc215-6440-5c97-bce1-76c03772f85e"
authors = ["JuliaStats <https://github.com/JuliaStats>"]
version = "0.15.1"
version = "0.16.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down

2 comments on commit 7447c93

@iblislin
Copy link
Collaborator 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/1750

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.16.0 -m "<description of version>" 7447c93b4dc4dc8104d428495e3c629233453c34
git push origin v0.16.0

Please sign in to comment.