Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
accraze committed Jun 7, 2018
1 parent d2c14a9 commit 67b82dc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True

Expand All @@ -18,3 +18,4 @@ replace = version = release = '{new_version}'
[bumpversion:file:src/growlog/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Overview
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/growlog

.. |commits-since| image:: https://img.shields.io/github/commits-since/open-source-botany/growlog/v0.1.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/open-source-botany/growlog/v0.1.1.svg
:alt: Commits since latest release
:target: https://github.com/open-source-botany/growlog/compare/v0.1.0...master
:target: https://github.com/open-source-botany/growlog/compare/v0.1.1...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/growlog.svg
:alt: PyPI Wheel
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
year = '2018'
author = 'Andy Craze'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.1.0'
version = release = '0.1.1'

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 @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name='growlog',
version='0.1.0',
version='0.1.1',
license='MIT license',
description='A simple CLI garden journal',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/growlog/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 67b82dc

Please sign in to comment.