Skip to content

Commit

Permalink
Set version to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jun 14, 2021
1 parent 57aa1f9 commit e145844
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Mimi"
uuid = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
version = "1.2.4-DEV"
version = "1.3.0"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand All @@ -11,8 +11,8 @@ CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
VegaLite = "112f6efa-9a02-5b7d-90c0-432ed331239a"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
Classes = "1a9c1350-211b-5766-99cd-4544d885a0d1"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down Expand Up @@ -54,8 +54,8 @@ Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
CSVFiles = "0.16, 1.0"
MetaGraphs = "0.6"
VegaLite = "1, 2"
TableTraits = "0.4.1, 1"
Classes = "1.2"
TableTraits = "0.4.1, 1"
IterTools = "1.3"
NamedArrays = "0.9"
IteratorInterfaceExtensions = "0.1.1, 1"
Expand Down

2 comments on commit e145844

@davidanthoff
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/38833

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>" e145844d9dba9a6aa774192ba23f0576b2e07791
git push origin v1.3.0

Please sign in to comment.