Skip to content

Commit afe5cb1

Browse files
authored
Merge pull request #332 from ldx/vn/1_0_1
Release v1.0.1
2 parents 772ae36 + bea5783 commit afe5cb1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

iptc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22

33
__pkgname__ = "python-iptables"
4-
__version__ = "1.0.1-dev"
4+
__version__ = "1.0.1"

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@
3838
"Topic :: System :: Networking :: Firewalls",
3939
"Topic :: System :: Systems Administration",
4040
"Programming Language :: Python :: 2",
41-
"Programming Language :: Python :: 2.7",
4241
"Programming Language :: Python :: 3",
43-
"Programming Language :: Python :: 3.3",
44-
"Programming Language :: Python :: 3.4",
4542
"Programming Language :: Python :: Implementation :: CPython",
4643
],
4744
license="Apache License, Version 2.0",

0 commit comments

Comments
 (0)