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

Commit

Permalink
Version number bump. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Oct 3, 2017
1 parent 2aa15a4 commit 4c1f2aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@

"""Setup tool for protoc_docs_plugin."""

import io
import os
import setuptools


setuptools.setup(
name='protoc-docs-plugin',
version='0.1.0',
version='0.2.0',
description='Plugin for reading and writing documentation from '
'protobuf files into existing generated protoc output.',
author='Luke Sneeringer',
Expand Down

0 comments on commit 4c1f2aa

Please sign in to comment.