Skip to content

Commit

Permalink
Bump ver to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrankin committed Aug 20, 2015
1 parent 4dbe8c1 commit 3adebac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file contains all notable changes to the [sdfascii][] project.

## develop (unreleased)

## v0.3.0 - 2015-08-20
## v0.3.1 - 2015-08-20

### Added
- Invoke `inv test` task now checks for test coverage.
Expand Down
2 changes: 1 addition & 1 deletion sdfascii.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

import six

__version__ = '0.3.0'
__version__ = '0.3.1'


def _strip_nonprintable(input_bytes):
Expand Down

0 comments on commit 3adebac

Please sign in to comment.