Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
VER: 2017.12.0.dev0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebolyen authored and jairideout committed Dec 2, 2017
1 parent 672baff commit d5b45c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "q2studio",
"version": "2017.11.0",
"version": "2017.12.0-dev0",
"description": "A graphical user interface for QIIME 2.",
"author": "QIIME 2 Development Team",
"license": "BSD-3-Clause",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

setup(
name='q2studio',
version='2017.11.0',
version='2017.12.0.dev0',
license='BSD-3-Clause',
url='https://qiime2.org',
long_description=long_description,
packages=find_packages(),
install_requires=['click', 'flask', 'gevent', 'qiime2 == 2017.11.*']
install_requires=['click', 'flask', 'gevent', 'qiime2 == 2017.12.*']
)

0 comments on commit d5b45c2

Please sign in to comment.