From 1415144cf70e4492c2ef00f834e2b9a988064a76 Mon Sep 17 00:00:00 2001 From: Pierre-Luc St-Charles Date: Tue, 15 Oct 2019 16:03:05 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 4 ++-- ci/meta.yaml | 2 +- docs/src/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- thelper/__init__.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index e0932c2..b0aa8c0 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.0.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/plstcharles/thelper/v0.4.1.svg :alt: Commits since latest release - :target: https://github.com/plstcharles/thelper/compare/v0.4.0...master + :target: https://github.com/plstcharles/thelper/compare/v0.4.1...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 4205b9a..839719f 100644 --- a/ci/meta.yaml +++ b/ci/meta.yaml @@ -1,5 +1,5 @@ {% set name = "thelper" %} -{% set version = "0.4.0" %} +{% set version = "0.4.1" %} package: name: "{{ name|lower }}" diff --git a/docs/src/conf.py b/docs/src/conf.py index ad607e2..6ffa241 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.0' +version = release = '0.4.1' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index ea87549..735040b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = True tag = True diff --git a/setup.py b/setup.py index 37f1194..1cd580b 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def _unavailable(self, e): setuptools.setup( name="thelper", - version="0.4.0", + version="0.4.1", 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 feac700..22fd769 100644 --- a/thelper/__init__.py +++ b/thelper/__init__.py @@ -21,4 +21,4 @@ logger = logging.getLogger("thelper") __url__ = "https://github.com/plstcharles/thelper" -__version__ = "0.4.0" +__version__ = "0.4.1"