Skip to content

Commit

Permalink
Merge pull request #162 from Happy-Algorithms-League/release/bump_ver…
Browse files Browse the repository at this point in the history
…sion

Bump version to 0.1.1
  • Loading branch information
mschmidt87 committed Jul 1, 2020
2 parents 104bb7f + 916eb52 commit 3f6639e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cgp/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def read_extra_requirements():
setup(
name="hal-cgp",
version=read_version(),
author="Jakob Jordan, Maximilian Schmidt",
maintainer="Jakob Jordan, Maximilian Schmidt",
description=("Cartesian Genetic Programming in pure Python."),
license="GPLv3",
keywords="genetic programming",
Expand Down

0 comments on commit 3f6639e

Please sign in to comment.