Skip to content

Commit

Permalink
v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
MDCHAMP committed Jul 13, 2022
1 parent 4040e12 commit dc45fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# This call to setup() does all the work
setup(
name="freelunch",
version="0.0.13",
version="0.0.14",
description="Heuristic and meta-heuristic optimisation suite in Python",
long_description=rm,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/freelunch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.13"
__version__ = "0.0.14"

from freelunch.optimisers import *
import freelunch.benchmarks as benchmarks

0 comments on commit dc45fa1

Please sign in to comment.