We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee25b37 commit ea5b10dCopy full SHA for ea5b10d
2 files changed
src/pyfastani/__init__.py
@@ -12,7 +12,7 @@
12
13
__author__ = "Martin Larralde <martin.larralde@embl.de>"
14
__license__ = "MIT"
15
-__version__ = "0.6.0"
+__version__ = _fastani.__version__
16
17
__doc__ = _fastani.__doc__
18
__all__ = [
src/pyfastani/_fastani.pyx
@@ -105,6 +105,7 @@ cdef extern from *:
105
const size_t _MAX_KMER_SIZE
106
107
MAX_KMER_SIZE = _MAX_KMER_SIZE
108
+__version__ = PROJECT_VERSION
109
110
# --- Patch for PyPy 3.9 -----------------------------------------------------
111
0 commit comments