Skip to content

Commit

Permalink
Bump version: 0.0.11 → 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaneypranav committed Aug 14, 2020
1 parent 11bb9ae commit 4e13bb8
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.11
current_version = 0.0.12
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.11?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.12?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 @@ -23,7 +23,7 @@
year = '2020'
author = 'Pranav Ballaney'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.0.11'
version = release = '0.0.12'

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

setup(
name='igem-wikisync',
version='0.0.11',
version='0.0.12',
license='MIT',
description='Continuous integration and deployment for 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.11'
__version__ = '0.0.12'
from .wikisync import run

__all__ = ['run']

0 comments on commit 4e13bb8

Please sign in to comment.