Skip to content

Commit 61809de

Browse files
committed
bump to version 0.3.1
1 parent 45f6b1a commit 61809de

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.3.1
2+
=====
3+
- Fix an incompatibility with Python 3.5
4+
15
0.3
26
===
37
- Add a man page (contribution by @ssgelm)

muttdown/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version_info = (0, 3)
1+
version_info = (0, 3, 1)
22
__version__ = '.'.join(map(str, version_info))
33
__author__ = 'James Brown <[email protected]>'

setup.py

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

55
setup(
66
name="muttdown",
7-
version="0.3",
7+
version="0.3.1",
88
author="James Brown",
99
author_email="[email protected]",
1010
url="https://github.com/Roguelazer/muttdown",

0 commit comments

Comments
 (0)