Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Oct 3, 2023
1 parent 79be1b2 commit 550b2dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 0.11.1 (2023-10-03)

- Fixed readme appearance on pypi.org
- Add Python 3.12 to metadata for pypi.org

## 0.11.0 (2023-10-03)

- Build with trace options only for tests
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@

setup(
name="DAWG2",
version="0.11.0",
version="0.11.1",
description="Fast and memory efficient DAWG (DAFSA) for Python",
long_description=open("README.md").read() + "\n\n" + open("CHANGES.md").read(),
long_description_content_type='text/markdown',
author="Mikhail Korobov",
author_email="[email protected]",
url="https://github.com/pymorphy2-fork/DAWG/",
Expand All @@ -52,6 +53,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Information Analysis",
Expand Down

0 comments on commit 550b2dc

Please sign in to comment.