Skip to content

Commit

Permalink
cleanup and set version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Nov 11, 2019
1 parent 2babd97 commit 08977c3
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name = "DynamicGrids"
uuid = "a5dba43e-3abc-5203-bfc5-584ca68d3f5b"
authors = ["Rafael Schouten <[email protected]>"]
version = "0.5.0"

[compat]
julia = "1"
version = "0.2.0"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -25,6 +22,24 @@ REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
UnicodeGraphics = "ebadf6b4-db70-5817-83da-4a19ad584e34"

[compat]
julia = "1"
ColorSchemes = "^3"
Colors = "^0.9"
ConstructionBase = "^0.1"
Crayons = "^4"
DocStringExtensions = "^0.8"
FieldDefaults = "^0.1"
FieldDocTables = "^0.1"
FieldMetadata = "^0.1"
FileIO = "^1"
Flatten = "^0.2"
Lazy = "0.13, ^0.14"
Mixers = "^0.1"
OffsetArrays = "^0.11"
Setfield = "^0.5"
UnicodeGraphics = "^0.1"

[extras]
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 08977c3

@rafaqz
Copy link
Member Author

@rafaqz rafaqz commented on 08977c3 Nov 11, 2019

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

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 v0.2.0 -m "<description of version>" 08977c330f8b2c77722458171dfb3aaff1d64777
git push origin v0.2.0

Please sign in to comment.