Skip to content

Commit

Permalink
Merge pull request #249 from nonhermitian/version-2.8
Browse files Browse the repository at this point in the history
Set version to 2.8
  • Loading branch information
nonhermitian authored Oct 23, 2024
2 parents 6fe0f8a + f9413b4 commit cf341a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
import numpy as np
from Cython.Build import cythonize

MAJOR = 3
MINOR = 0
MAJOR = 2
MINOR = 8
MICRO = 0

ISRELEASED = True
Expand Down

0 comments on commit cf341a2

Please sign in to comment.