diff --git a/iptc/version.py b/iptc/version.py index 13c18f6..80ed889 100644 --- a/iptc/version.py +++ b/iptc/version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __pkgname__ = "python-iptables" -__version__ = "1.0.1-dev" +__version__ = "1.0.1" diff --git a/setup.py b/setup.py index 145f0c3..efefa07 100644 --- a/setup.py +++ b/setup.py @@ -38,10 +38,7 @@ "Topic :: System :: Networking :: Firewalls", "Topic :: System :: Systems Administration", "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.3", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", ], license="Apache License, Version 2.0",