Skip to content

Commit

Permalink
Bump version to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Bethke committed Aug 2, 2017
1 parent 053d918 commit d349a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdnotify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import sys

__version__ = "0.3.0"
__version__ = "0.3.2"

# Byte conversion utility for compatibility between
# Python 2 and 3.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from distutils.core import setup

VERSION='0.3.1'
VERSION='0.3.2'

setup(
name = 'sdnotify',
Expand Down

0 comments on commit d349a64

Please sign in to comment.