Skip to content

Commit

Permalink
Bump version: 0.0.4 → 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaneypranav committed Jul 30, 2020
1 parent 269f9fe commit e24050f
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.4
current_version = 0.0.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Overview
<img src="https://img.shields.io/coveralls/github/igembitsgoa/igem-wikisync?logo=coveralls&style=for-the-badge" alt="Coverage Status">
</a>
<a href="https://github.com/igembitsgoa/igem-wikisync/">
<img src="https://img.shields.io/github/commits-since/igembitsgoa/igem-wikisync/v0.0.4?logo=github&style=for-the-badge" alt="Commits since latest release">
<img src="https://img.shields.io/github/commits-since/igembitsgoa/igem-wikisync/v0.0.5?logo=github&style=for-the-badge" alt="Commits since latest release">
</a>
<img src="https://img.shields.io/pypi/l/igem-wikisync?style=for-the-badge" alt="License: MIT">
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
year = '2020'
author = 'Pranav Ballaney'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.0.4'
version = release = '0.0.5'

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

setup(
name='igem-wikisync',
version='0.0.4',
version='0.0.5',
license='MIT',
description='Automatically deploy iGEM Wikis.',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/igem_wikisync/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.4'
__version__ = '0.0.5'
from .wikisync import run

__all__ = ['run']

0 comments on commit e24050f

Please sign in to comment.