diff options
Diffstat (limited to 'mediagoblin/_version.py')
-rw-r--r-- | mediagoblin/_version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/_version.py b/mediagoblin/_version.py index 5e69f21a..381d1270 100644 --- a/mediagoblin/_version.py +++ b/mediagoblin/_version.py @@ -1,5 +1,5 @@ # GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2011 MediaGoblin contributors. See AUTHORS. +# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -23,4 +23,4 @@ # see http://www.python.org/dev/peps/pep-0386/ -__version__ = "0.3.0.dev" +__version__ = "0.3.0-dev" |