diff --git a/.zenodo.json b/.zenodo.json index 4eeeedd..ae7e099 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,5 +1,5 @@ { - "title": "autoclasswrapper (v1.4.0): A Python wrapper for AutoClass C classification", + "title": "autoclasswrapper (v1.4.1): A Python wrapper for AutoClass C classification", "creators": [{ "name": "Poulain, Pierre", "orcid": "0000-0003-4177-3619" diff --git a/CHANGELOG.md b/CHANGELOG.md index 31df9d1..5ada0be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ **Dev** + +**1.4.1** - Rename marker files to autoclass-run-success and autoclass-run-failure **1.4.0** diff --git a/autoclasswrapper/__init__.py b/autoclasswrapper/__init__.py index 7648ad1..965565f 100644 --- a/autoclasswrapper/__init__.py +++ b/autoclasswrapper/__init__.py @@ -1,6 +1,6 @@ """autoclasswrapper: Python wrapper for AutoClass clustering.""" -__version__ = "1.4.0" +__version__ = "1.4.1" __copyright__ = "Copyright 2018 Pierre Poulain" import logging diff --git a/devtools/bumpversion.cfg b/devtools/bumpversion.cfg index 95e929e..e394f7d 100644 --- a/devtools/bumpversion.cfg +++ b/devtools/bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.4.0 +current_version = 1.4.1 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/doc/source/index.rst b/doc/source/index.rst index 63503d8..a72f1eb 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,7 +1,7 @@ AutoClassWrapper documentation ============================== -Version 1.4.0 +Version 1.4.1 .. toctree:: :maxdepth: 1