Skip to content

Commit

Permalink
build: bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Dec 28, 2023
1 parent 0700ffa commit 6c21436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ can be found [in their repository][2].
**v1.0.1** adds support for Python 3.11 after updating pybind11 to 2.10.1.
Pre-built wheels are available on PyPI.

**v1.0.4a1** adds support for Python 3.12 after updating pybind11 to 2.11.1.
**v1.0.4** adds support for Python 3.12 after updating pybind11 to 2.11.1.
Pre-built wheels are available on PyPI.
This version must be installed using `pip install LinkPython-extern==1.0.4a1`.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
description="A fork of the LinkPython wrapper for Ableton Link",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
version="1.0.4a3",
version="1.0.4",
author="gonzaloflirt",
maintainer="thegamecracks",
license_files=["LICENSE.md"],
Expand Down

0 comments on commit 6c21436

Please sign in to comment.