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

Commit

Permalink
REL: 2020.6 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
thermokarst authored Jun 24, 2020
1 parent a1e2e3b commit 516c0dc
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": "2020.5.0-dev0",
"version": "2020.6.0",
"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='2020.5.0.dev0',
version='2020.6.0',
license='BSD-3-Clause',
url='https://qiime2.org',
long_description=long_description,
packages=find_packages(),
install_requires=['click', 'flask', 'gevent', 'qiime2 == 2020.5.*']
install_requires=['click', 'flask', 'gevent', 'qiime2 == 2020.6.*']
)

0 comments on commit 516c0dc

Please sign in to comment.