Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
PytLab committed Dec 13, 2017
1 parent 7168dc0 commit 6a0c15a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A **G**\ enetic **A**\ lgorithm **F**\ ramework in py\ **T**\ hon
:target: https://www.python.org/downloads/release/python-351/
:alt: platform

.. image:: https://img.shields.io/badge/pypi-v0.5.0-blue.svg
.. image:: https://img.shields.io/badge/pypi-v0.5.1-blue.svg
:target: https://pypi.python.org/pypi/gaft/
:alt: versions

Expand Down Expand Up @@ -49,8 +49,8 @@ Installation:

See `INSTALL.md <https://github.com/PytLab/gaft/blob/master/INSTALL.md>`_ for more installation details.

Example:
--------
Quick start:
------------

1. Importing
````````````
Expand Down
2 changes: 1 addition & 1 deletion gaft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from .engine import GAEngine

__version__ = '0.5.0'
__version__ = '0.5.1'
__author__ = 'ShaoZhengjiang <[email protected]>'

# Set root logger.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
:target: https://www.python.org/downloads/release/python-351/
:alt: platform
.. image:: https://img.shields.io/badge/pypi-v0.5.0-blue.svg
.. image:: https://img.shields.io/badge/pypi-v0.5.1-blue.svg
:target: https://pypi.python.org/pypi/gaft/
:alt: versions
Expand Down

0 comments on commit 6a0c15a

Please sign in to comment.