From 3dbfc726195e7189e14eab8451fa472ca31a23c0 Mon Sep 17 00:00:00 2001 From: Vilmos Nebehaj Date: Sun, 6 Apr 2025 15:09:24 -0700 Subject: [PATCH] Bump version to v1.2.0 --- iptc/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptc/version.py b/iptc/version.py index e67fbc7..f6a5157 100644 --- a/iptc/version.py +++ b/iptc/version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __pkgname__ = "python-iptables" -__version__ = "1.1.0" +__version__ = "1.2.0"