Skip to content

Commit

Permalink
Bump version: 0.1.5 → 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ooreilly committed Dec 11, 2018
1 parent 6a43636 commit f8a3bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mydocstring/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = '0.1.5'
__VERSION__ = '0.1.6'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='mydocstring',
version='0.1.5',
version='0.1.6',
description="""A tool for extracting and converting Google-style docstrings to
plain-text, markdown, and JSON.""",
url='http://github.com/ooreilly/mydocstring',
Expand Down

0 comments on commit f8a3bd4

Please sign in to comment.