Changer version to -dev

This commit is contained in:
Will Kahn-Greene 2011-12-12 11:52:24 -05:00
parent 449f58e446
commit 6ae878e730
2 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@ copyright = u'2011, Free Software Foundation, Inc and contributors'
# built documents.
#
# The short X.Y version.
version = '0.2.0'
version = '0.3.0'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.3.0-dev'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -14,4 +14,4 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = "0.2.0"
__version__ = "0.3.0-dev"