Skip to content

Commit e588f91

Browse files
committed
bump version
1 parent f375039 commit e588f91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This call to setup() does all the work
99
setup(
1010
name="freelunch",
11-
version="0.0.14",
11+
version="0.0.15",
1212
description="Heuristic and meta-heuristic optimisation suite in Python",
1313
long_description=rm,
1414
long_description_content_type="text/markdown",

src/freelunch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.14"
1+
__version__ = "0.0.15"
22

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

0 commit comments

Comments
 (0)