diff --git a/setup.py b/setup.py index 19f8733f..d74676b6 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( name="wafer", - version="0.2.7a", + version="0.2.7", url='http://github.com/CTPUG/wafer', license='MIT', description="A wafer-thin Django library for running small conferences.", diff --git a/wafer/__init__.py b/wafer/__init__.py index 80ca5504..4de541f9 100644 --- a/wafer/__init__.py +++ b/wafer/__init__.py @@ -1,3 +1,3 @@ """Wafer, a light-weight conference management library for Django.""" -__version__ = "0.2.7a" +__version__ = "0.2.7"