Skip to content

Commit 099e30b

Browse files
author
Alessandro
committed
Release v0.2.3 - Bugfix regarding AntiDetectionADBActuator
1 parent 37ee3c5 commit 099e30b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "BlueStacksAgent"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "A Python library for real-time interaction with BlueStacks using scrcpy, minicap, and MediaProjection."
55
readme = "README.md"
66
requires-python = ">=3.7, <3.11"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="BlueStacksAgent",
5-
version="0.2.2",
5+
version="0.2.3",
66
description="A Python library for real-time interaction with BlueStacks using scrcpy, minicap, and MediaProjection.",
77
long_description=open("README.md", encoding="utf8").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)