Skip to content

Commit

Permalink
Merge pull request #74 from tk3369/tk/bump-version-1.3.0
Browse files Browse the repository at this point in the history
Bump version to 1.3.0
  • Loading branch information
tk3369 authored Mar 19, 2021
2 parents d8401c2 + 23b2301 commit 12988d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.2.1"
version = "1.3.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -15,7 +15,7 @@ TabularDisplay = "3eeacb1d-13c2-54cc-9b18-30c86af3cadb"
IteratorInterfaceExtensions = "0.1.1, 1"
StringEncodings = "0.3"
TableTraits = "0.4.1, 1"
Tables = "1.0"
Tables = "1"
TabularDisplay = "1"
julia = "1"

Expand Down

3 comments on commit 12988d3

@tk3369
Copy link
Owner Author

@tk3369 tk3369 commented on 12988d3 Mar 21, 2021

Choose a reason for hiding this comment

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

@JuliaRegister register

@tk3369
Copy link
Owner Author

@tk3369 tk3369 commented on 12988d3 Mar 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/32456

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.0 -m "<description of version>" 12988d310f31ba4dfa5d91f301aba94d135ee699
git push origin v1.3.0

Please sign in to comment.