diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da5ccacf..58d2c21f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Qiita changelog + +Qiita 0.1.0-dev (changes since Qiita 0.1.0 go here) +--------------------------------------------------- + Version 0.1.0 (2015-04-30) -------------------------- diff --git a/qiita_core/__init__.py b/qiita_core/__init__.py index 3a924f0e7..266378c22 100644 --- a/qiita_core/__init__.py +++ b/qiita_core/__init__.py @@ -6,4 +6,4 @@ # The full license is in the file LICENSE, distributed with this software. # ----------------------------------------------------------------------------- -__version__ = "0.1.0" +__version__ = "0.1.0-dev" diff --git a/qiita_db/__init__.py b/qiita_db/__init__.py index 3a924f0e7..266378c22 100644 --- a/qiita_db/__init__.py +++ b/qiita_db/__init__.py @@ -6,4 +6,4 @@ # The full license is in the file LICENSE, distributed with this software. # ----------------------------------------------------------------------------- -__version__ = "0.1.0" +__version__ = "0.1.0-dev" diff --git a/qiita_pet/__init__.py b/qiita_pet/__init__.py index 455ba59d1..725c3ca2a 100644 --- a/qiita_pet/__init__.py +++ b/qiita_pet/__init__.py @@ -13,4 +13,4 @@ 'IE': 10 } -__version__ = "0.1.0" +__version__ = "0.1.0-dev" diff --git a/qiita_ware/__init__.py b/qiita_ware/__init__.py index 3a924f0e7..266378c22 100644 --- a/qiita_ware/__init__.py +++ b/qiita_ware/__init__.py @@ -6,4 +6,4 @@ # The full license is in the file LICENSE, distributed with this software. # ----------------------------------------------------------------------------- -__version__ = "0.1.0" +__version__ = "0.1.0-dev" diff --git a/setup.py b/setup.py index b1ce04d2e..ba5902e46 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from setuptools import setup from glob import glob -__version__ = "0.1.0" +__version__ = "0.1.0-dev" classes = """