Skip to content

Commit fe32284

Browse files
author
Neil Muller
committed
Bump version for release
1 parent 87916df commit fe32284

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.7'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.7.3a'
53+
release = '0.7.3'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

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

5151
setup(
5252
name="wafer",
53-
version="0.7.3a",
53+
version="0.7.3",
5454
url='http://github.com/CTPUG/wafer',
5555
license='ISC',
5656
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.7.3a"
3+
__version__ = "0.7.3"

0 commit comments

Comments
 (0)