Skip to content

Commit

Permalink
Project: add authors; bump version to v0.3.0 (#12)
Browse files Browse the repository at this point in the history
Also: remove and ignore Manifest file
  • Loading branch information
StefanKarpinski authored Feb 6, 2020
1 parent 50449e2 commit 7dd433d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 36 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/Manifest.toml
/tmp/
33 changes: 0 additions & 33 deletions Manifest.toml

This file was deleted.

8 changes: 5 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name = "SuffixArrays"
uuid = "24f65c1e-0a10-5d3d-8a1f-a83399f3fced"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
authors = ["Jacob Quinn <[email protected]>", "Stefan Karpinski <[email protected]>"]
version = "0.3.0"

[compat]
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

4 comments on commit 7dd433d

@StefanKarpinski
Copy link
Contributor Author

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.

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@StefanKarpinski
Copy link
Contributor Author

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

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.3.0 -m "<description of version>" 7dd433db9f146744a72dfc9ac635047b02cbb88e
git push origin v0.3.0

Please sign in to comment.