Skip to content

Commit

Permalink
prep for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Jul 20, 2023
1 parent 090c578 commit 0431c70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
==========

v0.2.1 <2023-07-20>
--------------------

- `#96`_: Restrict Cython version to <3.0.0

v0.2.0 <2022-11-06>
--------------------

Expand Down Expand Up @@ -176,3 +181,4 @@ v0.1.0 <2015-09-05>
.. _#83: https://github.com/r9y9/pysptk/pull/83
.. _#87: https://github.com/r9y9/pysptk/pull/87
.. _#92: https://github.com/r9y9/pysptk/pull/92
.. _#96: https://github.com/r9y9/pysptk/pull/96
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import setuptools.command.develop
from setuptools import Extension, find_packages, setup

version = "0.2.0"
version = "0.2.1"

# Adapted from https://github.com/py_torch/pytorch
cwd = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit 0431c70

Please sign in to comment.