diff --git a/README.rst b/README.rst index 0a9f140..558cd0c 100644 --- a/README.rst +++ b/README.rst @@ -24,9 +24,9 @@ Overview :alt: Travis-CI Build Status :target: https://travis-ci.org/plstcharles/thelper -.. |commits-since| image:: https://img.shields.io/github/commits-since/plstcharles/thelper/v0.4.4.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/plstcharles/thelper/v0.4.5.svg :alt: Commits since latest release - :target: https://github.com/plstcharles/thelper/compare/v0.4.4...master + :target: https://github.com/plstcharles/thelper/compare/v0.4.5...master .. |readthedocs| image:: https://readthedocs.org/projects/thelper/badge/?version=latest :alt: Documentation Build Status diff --git a/ci/meta.yaml b/ci/meta.yaml index 069199f..ce9bb08 100644 --- a/ci/meta.yaml +++ b/ci/meta.yaml @@ -1,5 +1,5 @@ {% set name = "thelper" %} -{% set version = "0.4.4" %} +{% set version = "0.4.5" %} package: name: "{{ name|lower }}" diff --git a/docs/src/conf.py b/docs/src/conf.py index f151a8b..91ccfb7 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -23,7 +23,7 @@ project = 'thelper' copyright = '2018, Pierre-Luc St-Charles' author = 'Pierre-Luc St-Charles' -version = release = '0.4.4' +version = release = '0.4.5' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index afb0979..46eddbd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.4 +current_version = 0.4.5 commit = True tag = True diff --git a/setup.py b/setup.py index 259f77e..aed8166 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def _unavailable(self, e): setuptools.setup( name="thelper", - version="0.4.4", + version="0.4.5", license="Apache Software License 2.0", description="Training framework & tools for PyTorch-based machine learning projects.", long_description="%s\n%s" % ( diff --git a/thelper/__init__.py b/thelper/__init__.py index b8fd3ac..6a0b011 100644 --- a/thelper/__init__.py +++ b/thelper/__init__.py @@ -22,4 +22,4 @@ logger = logging.getLogger("thelper") __url__ = "https://github.com/plstcharles/thelper" -__version__ = "0.4.4" +__version__ = "0.4.5"