Skip to content

Commit

Permalink
Update to version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkessler committed Sep 13, 2018
1 parent bf6fddc commit 8ad4529
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pygenetics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pygenetics.ga_core import Population
import pygenetics.selection_functions
__version__ = '0.4.0'
__version__ = '0.4.1'
2 changes: 1 addition & 1 deletion pygenetics/selection_functions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# selection_functions.py (0.4.0)
# selection_functions.py (0.4.1)
#
# Developed in 2018 by Travis Kessler <[email protected]>
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pygenetics',
version='0.4.0',
version='0.4.1',
description='Genetic algorithm framework for arbitrary cost functions',
url='http://github.com/tjkessler/pygenetics',
author='Travis Kessler',
Expand Down

0 comments on commit 8ad4529

Please sign in to comment.