Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
tk3369 authored May 19, 2021
1 parent a86787a commit b84e18b
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 = "SASLib"
uuid = "df8f2f22-cfef-5733-af3f-96770d497d85"
authors = ["Tom Kwong <tk3369@gmail.com>"]
version = "1.3.0"
version = "1.3.1"

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

2 comments on commit b84e18b

@tk3369
Copy link
Owner Author

@tk3369 tk3369 commented on b84e18b May 19, 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/37026

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

Please sign in to comment.