Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plstcharles committed Oct 18, 2018
1 parent 984ccb8 commit bcb9427
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Overview

.. |commits-since| image:: https://img.shields.io/github/commits-since/plstcharles/thelper/latest.svg
:alt: Commits since latest release
:target: https://github.com/plstcharles/thelper/compare/v0.0.1...master
:target: https://github.com/plstcharles/thelper/compare/v0.0.2...master

.. |readthedocs| image:: https://readthedocs.org/projects/thelper/badge/?version=latest
:alt: Documentation Build Status
Expand Down
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
year = "2018"
author = "Pierre-Luc St-Charles"
copyright = "{0}, {1}".format(year, author)
version = release = "0.0.1"
version = release = "0.0.2"

pygments_style = "trac"
templates_path = ["."]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _unavailable(self, e):

setuptools.setup(
name="thelper",
version="0.0.1",
version="0.0.2",
license="Apache Software License 2.0",
description="Provides training help & tools for PyTorch-based machine learning projects.",
long_description="%s\n%s" % (
Expand Down
2 changes: 1 addition & 1 deletion src/thelper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

logger = logging.getLogger("thelper")

__version__ = "0.0.1"
__version__ = "0.0.2"
__url__ = "https://github.com/plstcharles/thelper"

0 comments on commit bcb9427

Please sign in to comment.