We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a55b15 commit 106e719Copy full SHA for 106e719
setup.py
@@ -8,7 +8,7 @@
8
# This call to setup() does all the work
9
setup(
10
name="freelunch",
11
- version="0.0.6",
+ version="0.0.7",
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.6"
+__version__ = "0.0.7"
2
3
from freelunch.optimisers import *
4
import freelunch.benchmarks as benchmarks
0 commit comments