Skip to content

Commit

Permalink
Set version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Dec 5, 2019
1 parent 928266e commit 443f035
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name = "ReadStat"
uuid = "d71aba96-b539-5138-91ee-935c3ee1374c"
version = "1.0.1-DEV"
version = "1.0.1"

[deps]
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
ReadStat_jll = "a4dc8951-f1cc-5499-9034-9ec1c3e64557"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

[compat]
julia = "1.3"
DataValues = "0.4.4"
ReadStat_jll = "1.1.1"
julia = "1.3"

[targets]
test = ["Test"]

2 comments on commit 443f035

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

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 v1.0.1 -m "<description of version>" 443f035638af822625812ba8d1230be8fb8cbad7
git push origin v1.0.1

Please sign in to comment.