Skip to content

Commit

Permalink
fix: update version number for registration
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam committed Aug 21, 2023
1 parent 1640a21 commit 748628e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "IceFloeTracker"
uuid = "04643c7a-9ac6-48c5-822f-2704f9e70bd3"
authors = ["bradford roarr <bradford_roarr@brown.edu> and contributors"]
version = "0.2.0"
version = "0.2.1"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down
2 changes: 1 addition & 1 deletion src/IceFloeTracker.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ include("special_strels.jl")

const sk_measure = PyNULL()
const getlatlon = PyNULL()
const IFTVERSION = VersionNumber(0, 2, 0)
const IFTVERSION = VersionNumber(0, 2, 1)

function __init__()
copy!(sk_measure, pyimport_conda("skimage.measure", "scikit-image=0.20.0"))
Expand Down
2 changes: 1 addition & 1 deletion test/test-misc.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
println("------------------------------------------------
----------------- Misc. Tests ------------------")
@test IFTVERSION == VersionNumber(0, 2, 0)
@test IFTVERSION == VersionNumber(0, 2, 1)

0 comments on commit 748628e

Please sign in to comment.