We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4fb67 commit b1fb7a0Copy full SHA for b1fb7a0
setup.py
@@ -49,7 +49,7 @@
49
50
setup(
51
name="wafer",
52
- version="0.2.8a",
+ version="0.3.0",
53
url='http://github.com/CTPUG/wafer',
54
license='MIT',
55
description="A wafer-thin Django library for running small conferences.",
wafer/__init__.py
@@ -1,3 +1,3 @@
1
"""Wafer, a light-weight conference management library for Django."""
2
3
-__version__ = "0.2.8a"
+__version__ = "0.3.0"
0 commit comments