Skip to content

Commit fc6cc4d

Browse files
committed
Version 1.1.1
1 parent f6a7448 commit fc6cc4d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
name: python-package-distributions-${{ matrix.os }}
5151
path: ./wheelhouse/*.whl
5252

53-
5453
source-distribution:
5554
name: Build source distribution
5655
runs-on: ubuntu-latest

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
CHANGES
33
=======
44

5+
1.1.1 (2024-05-06)
6+
------------------
7+
8+
* Publish Linux aarch64 wheels (#101).
9+
510
1.1.0 (2023-10-06)
611
------------------
712

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = "1.1.0"
62+
version = "1.1.1"
6363
# The full version, including alpha/beta/rc tags.
6464
release = version
6565

setup.py

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

6262
setup(
6363
name="marisa-trie",
64-
version="1.1.0",
64+
version="1.1.1",
6565
description=DESCRIPTION,
6666
long_description=LONG_DESCRIPTION,
6767
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)