Skip to content

Commit f8a3bd4

Browse files
author
ooreilly
committed
Bump version: 0.1.5 → 0.1.6
1 parent 6a43636 commit f8a3bd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mydocstring/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = '0.1.5'
1+
__VERSION__ = '0.1.6'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

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

0 commit comments

Comments
 (0)