Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Jul 22, 2020
1 parent 58aaf95 commit 1faac0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ os:
- osx
- windows
julia:
- "1.0"
- "1.3"
- "1.3"
- "1.4"
- nightly
notifications:
email: false
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ComplexPhasePortrait"
uuid = "38ac1a67-8e16-5889-9a62-b2c9995eb50f"
version = "0.1.1"
version = "0.2"

[deps]
AbstractPlotting = "537997a7-5e4e-5d89-9595-2241ea00577e"
Expand All @@ -18,4 +18,4 @@ Images = "0.22"
IntervalSets = "0.3.1, 0.4, 0.5"
Reactive = "0.8.2"
RecipesBase = "1"
julia = "1"
julia = "1.3"

2 comments on commit 1faac0e

@dlfivefifty
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/18312

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 1faac0ebf74e4ed1918260a63a112d990ec78802
git push origin v0.2.0

Please sign in to comment.