Skip to content

Commit

Permalink
Merge pull request #38 from invenia/mjp/correct-version
Browse files Browse the repository at this point in the history
Correct version to non-breaking 0.2.0 -> 0.1.10
  • Loading branch information
mjp98 authored Oct 28, 2022
2 parents 3cedd03 + 44aa868 commit 4411448
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 = "KeyedDistributions"
uuid = "2576fb08-064d-4cab-b15d-8dda7fcb9a6d"
authors = ["Invenia Technical Computing Corporation"]
version = "0.2.0"
version = "0.1.10"

[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Expand Down

2 comments on commit 4411448

@mjp98
Copy link
Member Author

@mjp98 mjp98 commented on 4411448 Oct 28, 2022

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/71243

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 v0.1.10 -m "<description of version>" 44114484ac62c05646799cc14dd16de69eeb7cb4
git push origin v0.1.10

Please sign in to comment.