We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 772ae36 + bea5783 commit afe5cb1Copy full SHA for afe5cb1
iptc/version.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
3
__pkgname__ = "python-iptables"
4
-__version__ = "1.0.1-dev"
+__version__ = "1.0.1"
setup.py
@@ -38,10 +38,7 @@
38
"Topic :: System :: Networking :: Firewalls",
39
"Topic :: System :: Systems Administration",
40
"Programming Language :: Python :: 2",
41
- "Programming Language :: Python :: 2.7",
42
"Programming Language :: Python :: 3",
43
- "Programming Language :: Python :: 3.3",
44
- "Programming Language :: Python :: 3.4",
45
"Programming Language :: Python :: Implementation :: CPython",
46
],
47
license="Apache License, Version 2.0",
0 commit comments