Skip to content

Commit

Permalink
Revert "MAINT: Bump to dev version" (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakereps authored and gregcaporaso committed Nov 2, 2016
1 parent 553def1 commit 5237a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion q2_emperor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------

__version__ = '0.0.6.dev'
__version__ = '0.0.6'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name="q2-emperor",
# todo stop duplicating version string
version='0.0.6.dev',
version='0.0.6',
packages=find_packages(),
install_requires=['qiime >= 2.0.6', 'q2-types >= 0.0.6', 'emperor',
'scikit-bio', 'q2templates >= 0.0.6'],
Expand Down

0 comments on commit 5237a64

Please sign in to comment.