From 4b8719683734e613360498fb08141dd9c4152599 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Tue, 6 Mar 2018 21:20:59 +0000 Subject: [PATCH] Clean up package version and python version support The __version__ in __init__.py is not used, and is out of date. setup.cfg is adjusted to show that python 3.4 receives no attention. Change-Id: Iaeff8dca06b7c4de2eff497dc2f1e49c4ee1f5e4 --- microversion_parse/__init__.py | 2 -- setup.cfg | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/microversion_parse/__init__.py b/microversion_parse/__init__.py index f033b73..8cb14aa 100644 --- a/microversion_parse/__init__.py +++ b/microversion_parse/__init__.py @@ -11,8 +11,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.1.1' - import collections diff --git a/setup.cfg b/setup.cfg index df49ffa..127e473 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,8 +14,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 [files] packages =