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

Commit d5b45c2

Browse files
ebolyenjairideout
authored andcommitted
VER: 2017.12.0.dev0 (#148)
1 parent 672baff commit d5b45c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "q2studio",
3-
"version": "2017.11.0",
3+
"version": "2017.12.0-dev0",
44
"description": "A graphical user interface for QIIME 2.",
55
"author": "QIIME 2 Development Team",
66
"license": "BSD-3-Clause",

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
setup(
1515
name='q2studio',
16-
version='2017.11.0',
16+
version='2017.12.0.dev0',
1717
license='BSD-3-Clause',
1818
url='https://qiime2.org',
1919
long_description=long_description,
2020
packages=find_packages(),
21-
install_requires=['click', 'flask', 'gevent', 'qiime2 == 2017.11.*']
21+
install_requires=['click', 'flask', 'gevent', 'qiime2 == 2017.12.*']
2222
)

0 commit comments

Comments
 (0)