Skip to content

Commit

Permalink
Bump version for dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Claywell committed Apr 6, 2015
1 parent 945cbaf commit d494a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
from seqmagick import __version__ as version
# The full version, including alpha/beta/rc tags.
release = '0.6.0'
release = '0.6.1-dev'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion seqmagick/__init__.py
@@ -1,4 +1,4 @@
"""
seqmagick
"""
__version__ = '0.6.0'
__version__ = '0.6.1-dev'

0 comments on commit d494a4f

Please sign in to comment.