Skip to content

Commit 4ab6541

Browse files
author
ooreilly
committed
Bump version: 0.1.6 → 0.2.0
1 parent 36ab0c2 commit 4ab6541

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.6'
1+
__VERSION__ = '0.2.0'

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.6',
4+
version='0.2.0',
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)