Skip to content

Commit

Permalink
Update version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreesteve committed Jun 6, 2021
1 parent 2a0357c commit 82eac35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "voronoice"
version = "0.0.1"
version = "0.1.0"
edition = "2018"
authors = ["Andre Esteve <andreesteve@gmail.com>"]
description = "A nice and fast way to construct 2D Voronoi Diagrams"
Expand Down Expand Up @@ -28,4 +28,4 @@ harness = false

[[bench]]
name = "compare_with_deps"
harness = false
harness = false

0 comments on commit 82eac35

Please sign in to comment.