Skip to content

Commit

Permalink
Bumped version number to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Devert committed Apr 27, 2023
1 parent 74e2808 commit 9aa8d01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This project is licensed under the MIT License
Requirements
============

miniball 1.1 requires
miniball 1.2 requires

* Python >= 3.5
* Numpy >= 1.17
Expand Down Expand Up @@ -115,6 +115,7 @@ in an iterative fashion. Python have an hard-coded recursion limit, therefore
a recursive implementation of Welzl's algorithm would have an artificially limited
number of point it could process.


Authors
=======

Expand Down
2 changes: 1 addition & 1 deletion miniball.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


__author__ = "Alexandre Devert <marmakoide@hotmail.fr>"
__version__ = "1.1.0"
__version__ = "1.2.0"


def get_circumsphere(S):
Expand Down

0 comments on commit 9aa8d01

Please sign in to comment.