Skip to content

Commit

Permalink
Merge pull request #24 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 562c9df + a3b0d4f commit 17f5489
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 changes are expected to happen.
2 changes: 1 addition & 1 deletion q2cli/__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 COPYING.txt, 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 @@ -10,7 +10,7 @@

setup(
name='q2cli',
version='0.0.0-dev',
version='0.0.1',
packages=find_packages(),
include_package_data=True,
install_requires=['click', 'qiime >= 2.0.0', 'pip'],
Expand Down

0 comments on commit 17f5489

Please sign in to comment.