diff --git a/setup.py b/setup.py index cc7705c..0c01869 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="postorius", - version='1.0.0b2', + version='1.0.0b3', description="A web user interface for GNU Mailman", long_description=open('README.rst').read(), maintainer="The Mailman GSOC Coders", diff --git a/src/postorius/__init__.py b/src/postorius/__init__.py index a24665c..871cc3f 100644 --- a/src/postorius/__init__.py +++ b/src/postorius/__init__.py @@ -16,4 +16,4 @@ # You should have received a copy of the GNU General Public License along with # Postorius. If not, see . -__version__ = '1.0.0b2' +__version__ = '1.0.0b3'