Skip to content

Commit

Permalink
Post tag release bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Muller committed Sep 3, 2018
1 parent fe32284 commit 1f2b783
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.3'
release = '0.7.4a'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

setup(
name="wafer",
version="0.7.3",
version="0.7.4a",
url='http://github.com/CTPUG/wafer',
license='ISC',
description="A wafer-thin Django library for running small conferences.",
Expand Down
2 changes: 1 addition & 1 deletion wafer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Wafer, a light-weight conference management library for Django."""

__version__ = "0.7.3"
__version__ = "0.7.4a"

0 comments on commit 1f2b783

Please sign in to comment.