Skip to content

Commit

Permalink
Merge pull request #6 from jairideout/0.0.1
Browse files Browse the repository at this point in the history
REL: 0.0.1
  • Loading branch information
gregcaporaso authored Jul 15, 2016
2 parents 1ba6617 + e83cd1c commit e60dcfb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Version 0.0.1 (2016-07-14)

Initial alpha release. At this stage, major backwards-incompatible API changes are expected to happen.
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.0-dev'
__version__ = '0.0.1'
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.0-dev',
version='0.0.1',
packages=find_packages(),
install_requires=['emperor', 'scikit-bio',
'qiime >= 2.0.0', 'q2-types'],
Expand Down

0 comments on commit e60dcfb

Please sign in to comment.