Skip to content

Commit

Permalink
Support GeometryBasics v0.5, bump patch version (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Jan 21, 2025
1 parent 018d285 commit 35d97e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeometryOps"
uuid = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab"
authors = ["Anshul Singhvi <[email protected]>", "Rafael Schouten <[email protected]>", "Skylar Gering <[email protected]>", "and contributors"]
version = "0.1.12"
version = "0.1.13"

[deps]
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Expand Down Expand Up @@ -32,7 +32,7 @@ DelaunayTriangulation = "1.0.4"
ExactPredicates = "2.2.8"
FlexiJoins = "0.1.30"
GeoInterface = "1.2"
GeometryBasics = "0.4.7"
GeometryBasics = "0.4.7, 0.5"
LibGEOS = "0.9.2"
LinearAlgebra = "1"
Proj = "1"
Expand Down

2 comments on commit 35d97e6

@asinghvi17
Copy link
Member 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: Version 0.1.13 already exists

Please sign in to comment.