We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f375039 commit e588f91Copy full SHA for e588f91
setup.py
@@ -8,7 +8,7 @@
8
# This call to setup() does all the work
9
setup(
10
name="freelunch",
11
- version="0.0.14",
+ version="0.0.15",
12
description="Heuristic and meta-heuristic optimisation suite in Python",
13
long_description=rm,
14
long_description_content_type="text/markdown",
src/freelunch/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.14"
+__version__ = "0.0.15"
2
3
from freelunch.optimisers import *
4
import freelunch.benchmarks as benchmarks
0 commit comments