Skip to content

Commit 5a499da

Browse files
correct readme, update contrib, release (#14)
* correct readme * update contrib and version (#15)
1 parent 5cc68d2 commit 5a499da

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name = "AlphaShapes"
22
uuid = "23a43136-1936-4ec7-b2ed-3a5dbec7203f"
3-
authors = ["harveydevereux <harveydevereux@googlemail.com>"]
4-
version = "0.2.0"
3+
authors = ["harveydevereux <harveydevereux@googlemail.com>",
4+
"BenCurran98 <73566276+BenCurran98@users.noreply.github.com>",
5+
"itsdfish <itsdfish@gmail.com>"]
6+
version = "0.3.0"
57

68
[deps]
79
BlackBoxOptim = "a134a8b2-14d6-55f6-9291-3336d3ab0209"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AlphaShapes.jl
2-
Basic implementation of alpha shapes in 2+ dimensions
2+
Basic implementation of alpha shapes in 2 dimensions (3+ [in dev](https://github.com/harveydevereux/AlphaShapes.jl/tree/dev))
33
| Travis | CodeCov | Doc |
44
|-------|----------|----|
55
| [![Build Status](https://travis-ci.com/harveydevereux/AlphaShapes.jl.svg?branch=master)](https://travis-ci.com/harveydevereux/AlphaShapes.jl)|[![codecov](https://codecov.io/gh/harveydevereux/AlphaShapes.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/harveydevereux/AlphaShapes.jl)|[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://harveydevereux.github.io/AlphaShapes.jl/dev/)|

0 commit comments

Comments
 (0)