Skip to content

Commit 9c39904

Browse files
committed
feat: update Python version to 3.12 and bump version to 0.2.1
1 parent 6c53084 commit 9c39904

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.12'
2020

2121
- name: Install dependencies
2222
run: |

MitmLibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.1.6"
1+
VERSION = "0.2.1"

build/lib/MitmLibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.1.4"
1+
VERSION = "0.2.1"
10.5 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ max-line-length = 140
33

44
[tool.poetry]
55
name = "robotframework-mitmlibrary"
6-
version = "0.2.0"
6+
version = "0.2.1"
77
description = "A Robot Framework library for managing and manipulating HTTP requests and responses using a man-in-the-middle proxy approach. It allows blocking requests, customizing responses, adding delays, and more."
88
authors = ["Mark <markmoberts@gmail.com>"]
99
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="robotframework-mitmlibrary",
55
packages=["MitmLibrary"],
6-
version="0.2.0",
6+
version="0.2.1",
77
license="MIT",
88
description="Wrapper for mitmproxy with Robot Framework",
99
author="Mark Moberts",

0 commit comments

Comments
 (0)