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

Commit 8adb1f9

Browse files
authored
REL: 2019.4 (#171)
1 parent 6de2b06 commit 8adb1f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "2019.4.0-dev0",
3+
"version": "2019.4.0",
44
"description": "A graphical user interface for QIIME 2.",
55
"author": "QIIME 2 Development Team",
66
"license": "BSD-3-Clause",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='q2studio',
16-
version='2019.4.0.dev0',
16+
version='2019.4.0',
1717
license='BSD-3-Clause',
1818
url='https://qiime2.org',
1919
long_description=long_description,

0 commit comments

Comments
 (0)