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