Skip to content

Commit

Permalink
rebuild with newer cython
Browse files Browse the repository at this point in the history
  • Loading branch information
prashnts committed Feb 16, 2023
1 parent 58a3993 commit cf80f09
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

`0.5.6`_ (2023-02-16)
`0.5.7`_ (2023-02-16)
---------------------
.. _0.5.6: https://github.com/prashnts/pybloomfiltermmap3/releases/tag/0.5.6
.. _0.5.7: https://github.com/prashnts/pybloomfiltermmap3/releases/tag/0.5.7

Fixes
^^^^^
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Cython==0.29.13
Cython==0.29.33
Sphinx==2.2.1
sphinx-rtd-theme==0.4.3
sphinx-rtd-theme==0.4.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

setup(
name="pybloomfiltermmap3",
version="0.5.6",
version="0.5.7",
author="Prashant Sinha",
author_email="prashant@noop.pw",
url="https://github.com/prashnts/pybloomfiltermmap3",
Expand Down
2 changes: 1 addition & 1 deletion src/pybloomfilter.pyx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cython: language_level=3

VERSION = (0, 5, 6)
VERSION = (0, 5, 7)
AUTHOR = "Michael Axiak"

__VERSION__ = VERSION
Expand Down

0 comments on commit cf80f09

Please sign in to comment.