Skip to content

Commit b1fb7a0

Browse files
author
Neil
committed
Bump version number
1 parent bc4fb67 commit b1fb7a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
setup(
5151
name="wafer",
52-
version="0.2.8a",
52+
version="0.3.0",
5353
url='http://github.com/CTPUG/wafer',
5454
license='MIT',
5555
description="A wafer-thin Django library for running small conferences.",

wafer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Wafer, a light-weight conference management library for Django."""
22

3-
__version__ = "0.2.8a"
3+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)