set version to 1.0b3dev

svn path=/plone.app.discussion/trunk/; revision=33385
This commit is contained in:
Timo Stollenwerk 2010-01-24 19:52:54 +00:00
parent c96cafca18
commit 8e0a2b8d6a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
version = '1.0b2'
version = '1.0b3dev'
setup(name='plone.app.discussion',
version=version,