Skip to content

Commit

Permalink
Set version to v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lrennels committed Oct 20, 2021
1 parent f3382b5 commit cc76291
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.3.4-DEV"
version = "1.3.4"

[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 cc76291

@lrennels
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/47068

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.4 -m "<description of version>" cc76291932bdbe0354f3bc72f9cc0d16e444044f
git push origin v1.3.4

Please sign in to comment.