Skip to content

Commit f023300

Browse files
committed
feat: bump version to v0.2.2
1 parent ad6368c commit f023300

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

async_pyserial/__init__.py

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

55
from async_pyserial.backend import set_async_worker
66

7-
__version__ = '0.2.1'
7+
__version__ = '0.2.2'
88

99
VERSION = __version__
1010

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'async-pyserial'
1010
copyright = '2024, Neil Lei'
1111
author = 'Neil Lei'
12-
release = '0.2.1'
12+
release = '0.2.2'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "async_pyserial"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Python bindings for a C++ serial port library"
55
authors = ["Neil Lei <[email protected]>"]
66
readme = "README.rst"
@@ -10,7 +10,7 @@ python = "^3.10"
1010

1111
[project]
1212
name = "async_pyserial"
13-
version = "0.2.1"
13+
version = "0.2.2"
1414
description = "Python bindings for a C++ serial port library"
1515
authors = [
1616
{name = "Neil Lei", email = "[email protected]"}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_pybind_include(user=False):
4949

5050
setup(
5151
name='async_pyserial',
52-
version='0.2.1',
52+
version='0.2.2',
5353
author='Neil Lei',
5454
author_email='[email protected]',
5555
description='Python bindings for a C++ serial port library',

0 commit comments

Comments
 (0)