Skip to content

Commit

Permalink
Bump version: 0.3.8 → 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
plstcharles committed Aug 20, 2019
1 parent c7984c5 commit 97309ad
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.8
current_version = 0.3.9
commit = True
tag = True

Expand Down
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.3.8.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/plstcharles/thelper/v0.3.9.svg
:alt: Commits since latest release
:target: https://github.com/plstcharles/thelper/compare/v0.3.8...master
:target: https://github.com/plstcharles/thelper/compare/v0.3.9...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.3.8" %}
{% set version = "0.3.9" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/conf.py
Expand Up @@ -22,7 +22,7 @@
project = 'thelper'
copyright = '2018, Pierre-Luc St-Charles'
author = 'Pierre-Luc St-Charles'
version = release = '0.3.8'
version = release = '0.3.9'


# -- General configuration ---------------------------------------------------
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.3.8",
version="0.3.9",
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 @@ -20,4 +20,4 @@
logger = logging.getLogger("thelper")

__url__ = "https://github.com/plstcharles/thelper"
__version__ = "0.3.8"
__version__ = "0.3.9"

0 comments on commit 97309ad

Please sign in to comment.