Skip to content

Commit

Permalink
up proj + ci
Browse files Browse the repository at this point in the history
  • Loading branch information
guimarqu committed Dec 1, 2019
1 parent 650f49a commit 2a6f24d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: julia
os:
- linux
julia:
- 1.2
- 1.3
notifications:
email: false
git:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DynamicSparseArrays"
uuid = "8086fd22-9a0c-46a5-a6c8-6e24676501fe"
authors = ["Guillaume Marques <[email protected]>"]
version = "0.1.0"
version = "0.2.0"

[compat]
julia = "1"
Expand Down

2 comments on commit 2a6f24d

@guimarqu
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/6115

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>" 2a6f24df8e91f60a1b8b42d27662b4e333be2712
git push origin v0.2.0

Please sign in to comment.