Skip to content

Commit

Permalink
Bump version: 0.4.4 → 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
plstcharles committed Nov 19, 2019
1 parent 94ad0b3 commit 4586632
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/meta.yaml
@@ -1,5 +1,5 @@
{% set name = "thelper" %}
{% set version = "0.4.4" %}
{% set version = "0.4.5" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/conf.py
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.4
current_version = 0.4.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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" % (
Expand Down
2 changes: 1 addition & 1 deletion thelper/__init__.py
Expand Up @@ -22,4 +22,4 @@
logger = logging.getLogger("thelper")

__url__ = "https://github.com/plstcharles/thelper"
__version__ = "0.4.4"
__version__ = "0.4.5"

0 comments on commit 4586632

Please sign in to comment.