Skip to content

Commit

Permalink
v1.1.4 Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed May 25, 2019
1 parent c93c125 commit 0a4fcd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 7 additions & 4 deletions Project.bak → Project.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
name = "AutoGrad"
uuid = "6710c13c-97f1-543f-91c5-74e8f7d95b35"
author = ["Deniz Yuret <[email protected]>"]
version = "1.0.0"
authors = ["Deniz Yuret <[email protected]>"]
version = "1.1.4"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"

[compat]
SpecialFunctions = "0.7.0"
julia = "0.7.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[targets]
test = ["Test"]
test = ["Test", "Random"]
3 changes: 0 additions & 3 deletions REQUIRE

This file was deleted.

2 comments on commit 0a4fcd2

@denizyuret
Copy link
Owner 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/985

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 v1.1.4 -m "<description of version>" 0a4fcd2c4aa59c0446ef16817c45ad834da8db0f
git push origin v1.1.4

Please sign in to comment.