Skip to content

Commit

Permalink
Merge pull request #62 from rodrigo-arenas/0.6.X
Browse files Browse the repository at this point in the history
Bump version to 0.6.0
  • Loading branch information
rodrigo-arenas committed Jul 5, 2021
2 parents 9f85ff5 + 73d10b5 commit eb46c17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Demos on Features:

Visualize the progress of your training:

.. image:: docs/images/progress_bar.gif
.. image:: https://github.com/rodrigo-arenas/Sklearn-genetic-opt/blob/master/docs/images/progress_bar.gif?raw=true

Real-time metrics visualization and comparison across runs:

Expand Down Expand Up @@ -179,3 +179,4 @@ Testing
After installation, you can launch the test suite from outside the source directory::

pytest sklearn_genetic

6 changes: 2 additions & 4 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ Release Notes

Some notes on new features in various releases

What's new in 0.6.0dev0
-----------------------

This is the current development version, these features are not yet available through PyPI.
What's new in 0.6.0
-------------------

^^^^^^^^^
Features:
Expand Down
2 changes: 1 addition & 1 deletion sklearn_genetic/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.0dev0"
__version__ = "0.6.0"

0 comments on commit eb46c17

Please sign in to comment.