Skip to content

Commit 8e5ab7f

Browse files
committed
MAINT: Bump version & status to 0.1 & alpha
1 parent be8bbf6 commit 8e5ab7f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

qiita_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The full license is in the file LICENSE, distributed with this software.
77
# -----------------------------------------------------------------------------
88

9-
__version__ = "0.0.1-dev"
9+
__version__ = "0.1.0"

qiita_db/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The full license is in the file LICENSE, distributed with this software.
77
# -----------------------------------------------------------------------------
88

9-
__version__ = "0.0.1-dev"
9+
__version__ = "0.1.0"

qiita_pet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
'IE': 10
1414
}
1515

16-
__version__ = "0.0.1-dev"
16+
__version__ = "0.1.0"

qiita_ware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The full license is in the file LICENSE, distributed with this software.
77
# -----------------------------------------------------------------------------
88

9-
__version__ = "0.0.1-dev"
9+
__version__ = "0.1.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
from setuptools import setup
1111
from glob import glob
1212

13-
__version__ = "0.0.1-dev"
13+
__version__ = "0.1.0"
1414

1515

1616
classes = """
17-
Development Status :: 2 - Pre-Alpha
17+
Development Status :: 3 - Alpha
1818
License :: OSI Approved :: BSD License
1919
Topic :: Scientific/Engineering :: Bio-Informatics
2020
Topic :: Software Development :: Libraries :: Application Frameworks

0 commit comments

Comments
 (0)