Skip to content

Commit

Permalink
V 0.4
Browse files Browse the repository at this point in the history
updating test deps
  • Loading branch information
aminya committed Jan 9, 2020
1 parent cfd5d1a commit 76743d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AcuteML"
uuid = "6b84a0a3-a11a-41fa-a417-e600528de108"
authors = ["Amin Yahyaabadi"]
version = "0.3.1"
version = "0.4.0"

[deps]
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
Expand All @@ -15,9 +15,11 @@ Tables = "0.2"
julia = "1"

[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"

[targets]
test = ["Test", "Suppressor", "DataFrames"]
test = ["Test", "Suppressor", "DataFrames", "Dates", "EzXML"]
2 changes: 2 additions & 0 deletions test/Test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"

2 comments on commit 76743d8

@aminya
Copy link
Owner Author

@aminya aminya commented on 76743d8 Jan 9, 2020

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

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.4.0 -m "<description of version>" 76743d81695d13ef19a8ad255cbf0be877f2995d
git push origin v0.4.0

Please sign in to comment.