Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit 4c1f2aa

Browse files
Version number bump. (#5)
1 parent 2aa15a4 commit 4c1f2aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@
1717

1818
"""Setup tool for protoc_docs_plugin."""
1919

20-
import io
21-
import os
2220
import setuptools
2321

2422

2523
setuptools.setup(
2624
name='protoc-docs-plugin',
27-
version='0.1.0',
25+
version='0.2.0',
2826
description='Plugin for reading and writing documentation from '
2927
'protobuf files into existing generated protoc output.',
3028
author='Luke Sneeringer',

0 commit comments

Comments
 (0)