Skip to content

Commit

Permalink
Migrate to Project.toml (#408)
Browse files Browse the repository at this point in the history
* add author and version
  • Loading branch information
iblislin authored Jun 9, 2019
1 parent 800fedf commit 5a40ef8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.swp
docs/build/
Manifest.toml
23 changes: 23 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "TimeSeries"
uuid = "9e3dc215-6440-5c97-bce1-76c03772f85e"
authors = ["JuliaStats <https://github.com/JuliaStats>"]
version = "0.15.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
RecipesBase = "≥ 0.2.3"
Reexport = "≥ 0.2.0"
julia = "≥ 0.7.0"

[extras]
MarketData = "945b72a4-3b13-509d-9b46-1525bb5c06de"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

This file was deleted.

2 comments on commit 5a40ef8

@iblislin
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/1287

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.15.0 -m "<description of version>" 5a40ef8db54430f8c2ab2ff34ffa3fb6b8a4cc7a
git push origin v0.15.0

Please sign in to comment.