Skip to content

Commit

Permalink
version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
safl committed Apr 2, 2019
1 parent 4a05562 commit bfeae84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ymlf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ except ImportError as exc:

VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_PATCH = 1
VERSION_PATCH = 2
VERSION = "%d.%d.%d" % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
__version__ = VERSION

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(*parts):

setup(
name="ymlf",
version="0.0.1",
version="0.0.2",
description="Command-line YAML parse and filtering",
long_description=read('README.rst'),
author="Simon A. F. Lund",
Expand Down

0 comments on commit bfeae84

Please sign in to comment.