From b98292a0736550ed630179d678a80ba3dfa17810 Mon Sep 17 00:00:00 2001 From: Pierre-Luc St-Charles Date: Tue, 9 Jul 2019 21:44:08 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.2=20=E2=86=92=200.3.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.rst | 4 ++-- ci/meta.yaml | 2 +- docs/src/conf.py | 2 +- setup.py | 2 +- thelper/__init__.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 209aada..2820391 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2 +current_version = 0.3.3 commit = True tag = True diff --git a/README.rst b/README.rst index 510a99d..08860f1 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.3.2.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/plstcharles/thelper/v0.3.3.svg :alt: Commits since latest release - :target: https://github.com/plstcharles/thelper/compare/v0.3.2...master + :target: https://github.com/plstcharles/thelper/compare/v0.3.3...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 00efb4c..f4eef58 100644 --- a/ci/meta.yaml +++ b/ci/meta.yaml @@ -1,5 +1,5 @@ {% set name = "thelper" %} -{% set version = "0.3.2" %} +{% set version = "0.3.3" %} package: name: "{{ name|lower }}" diff --git a/docs/src/conf.py b/docs/src/conf.py index feffe7d..0b2dc78 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -22,7 +22,7 @@ project = 'thelper' copyright = '2018, Pierre-Luc St-Charles' author = 'Pierre-Luc St-Charles' -version = release = '0.3.2' +version = release = '0.3.3' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index cc35968..687de2e 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def _unavailable(self, e): setuptools.setup( name="thelper", - version="0.3.2", + version="0.3.3", 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 b4234cc..0ea9fcf 100644 --- a/thelper/__init__.py +++ b/thelper/__init__.py @@ -18,4 +18,4 @@ logger = logging.getLogger("thelper") __url__ = "https://github.com/plstcharles/thelper" -__version__ = "0.3.2" +__version__ = "0.3.3"