Skip to content

Commit

Permalink
version: bump to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei-k committed Aug 5, 2024
1 parent 5e02709 commit 870d85c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion async_pyserial/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from async_pyserial.backend import set_async_worker

__version__ = '0.2.2'
__version__ = '0.2.3'

VERSION = __version__

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'async-pyserial'
copyright = '2024, Neil Lei'
author = 'Neil Lei'
release = '0.2.2'
release = '0.2.3'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "async_pyserial"
version = "0.2.2"
version = "0.2.3"
description = "Python bindings for a C++ serial port library"
authors = ["Neil Lei <[email protected]>"]
readme = "README.rst"
Expand All @@ -10,7 +10,7 @@ python = "^3.10"

[project]
name = "async_pyserial"
version = "0.2.2"
version = "0.2.3"
description = "Python bindings for a C++ serial port library"
authors = [
{name = "Neil Lei", email = "[email protected]"}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_pybind_include(user=False):

setup(
name='async_pyserial',
version='0.2.2',
version='0.2.3',
author='Neil Lei',
author_email='[email protected]',
description='Python bindings for a C++ serial port library',
Expand Down

0 comments on commit 870d85c

Please sign in to comment.