Skip to content

Commit

Permalink
Bump version: 0.2.3 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Dec 12, 2018
1 parent bd78579 commit d59fe42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.3
current_version = 0.3.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion bio96/__init__.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = '0.2.3'
__version__ = '0.3.0'

from .util import *
from .load import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@

setup(
name='bio96',
version='0.2.3',
version='0.3.0',
author='Kale Kundert',
author_email='kale@thekunderts.net',
description="File format for 96-well plate layouts",
Expand Down

0 comments on commit d59fe42

Please sign in to comment.