Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Sep 30, 2015
1 parent 80b2619 commit efa0abe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.1
current_version = 0.2.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# built documents.
#
# The short X.Y version.
version = '0.2.1'
version = '0.2.2'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion seqrecord_expanded/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
from .seqrecord import SeqRecordExpanded


__version__ = '0.2.1'
__version__ = '0.2.2'
__author__ = 'Carlos Peña <mycalesis@gmail.com>'
__all__ = []
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def read(*names, **kwargs):

setuptools.setup(
name="seqrecord_expanded",
version="0.2.1",
version="0.2.2",
license="BSD",
url="https://github.com/carlosp420/seqrecord-expanded",

Expand Down

0 comments on commit efa0abe

Please sign in to comment.