Now on MediaGoblin 1.0 development cycle!

* configure.ac (AC_INIT):
* mediagoblin/_version.py (__version__): Update version to 1.0.dev.
This commit is contained in:
Christopher Allan Webber
2016-03-29 14:26:03 -07:00
parent d1ac2d52fd
commit fbca3074f7
2 changed files with 2 additions and 2 deletions

View File

@@ -23,4 +23,4 @@
# see http://www.python.org/dev/peps/pep-0386/
__version__ = "0.9.0"
__version__ = "1.0.dev"