Skip to content

Commit 80aa0a7

Browse files
committed
Prepare for next version 0.3.0
1 parent ab1447a commit 80aa0a7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MetaSklearn: A Metaheuristic-Powered Hyperparameter Optimization Framework for Scikit-Learn Models.
22

3-
[![GitHub release](https://img.shields.io/badge/release-0.2.0-yellow.svg)](https://github.com/thieu1995/MetaSklearn/releases)
3+
[![GitHub release](https://img.shields.io/badge/release-0.3.0-yellow.svg)](https://github.com/thieu1995/MetaSklearn/releases)
44
[![PyPI version](https://badge.fury.io/py/metasklearn.svg)](https://badge.fury.io/py/metasklearn)
55
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/metasklearn.svg)
66
![PyPI - Downloads](https://img.shields.io/pypi/dm/metasklearn.svg)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author = 'Thieu'
3131

3232
# The full version, including alpha/beta/rc tags
33-
release = '0.2.0'
33+
release = '0.3.0'
3434

3535

3636
# -- General configuration ---------------------------------------------------

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Welcome to MetaSklearn's documentation!
77
=======================================
88

9-
.. image:: https://img.shields.io/badge/release-0.2.0-yellow.svg
9+
.. image:: https://img.shields.io/badge/release-0.3.0-yellow.svg
1010
:target: https://github.com/thieu1995/MetaSklearn/releases
1111

1212
.. image:: https://badge.fury.io/py/metasklearn.svg

docs/source/pages/quick_start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Installation
66

77
.. code-block:: bash
88
9-
$ pip install metasklearn==0.2.0
9+
$ pip install metasklearn==0.3.0
1010
1111
1212
* Install directly from source code.

metasklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Github: https://github.com/thieu1995 %
55
# --------------------------------------------------%
66

7-
__version__ = "0.2.0"
7+
__version__ = "0.3.0"
88

99
from mealpy import (IntegerVar, FloatVar, StringVar, BinaryVar, BoolVar,
1010
PermutationVar, CategoricalVar, SequenceVar, TransferBinaryVar, TransferBoolVar)

0 commit comments

Comments
 (0)