Skip to content

Commit

Permalink
Language fix, trigger test build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Mar 5, 2024
1 parent 520cde7 commit 8b2abac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Fedora, install it by running::

dnf install gmp-devel python3-devel

on Ubuntu::
whilst on Ubuntu::

apt-get install libgmp-dev python3-dev

Expand Down
2 changes: 1 addition & 1 deletion cdd.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cimport libc.stdlib
from fractions import Fraction
import numbers

__version__ = "2.1.8a2"
__version__ = "2.1.8a3"

# also need time_t
cdef extern from "time.h":
Expand Down

0 comments on commit 8b2abac

Please sign in to comment.