We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd7cf7 commit ab21c3dCopy full SHA for ab21c3d
.gitignore
@@ -85,3 +85,11 @@ tests/__pycache__/test_fastx.cpython-38.pyc
85
tests/__pycache__/test_fqkeys.cpython-38.pyc
86
tests/__pycache__/test_sequence_error.cpython-38.pyc
87
.DS_Store
88
+/build
89
+/indexed_gzip-1.9.4
90
+/sqlite-amalgamation-3470200
91
+/zlib-1.3.1
92
+indexed_gzip-1.9.4.zip
93
+pyfastx.cpython-39-darwin.so
94
+sqlite-amalgamation-3470200.zip
95
+zlib-1.3.1.zip
src/version.h
@@ -1,2 +1,2 @@
1
-#define PYFASTX_VERSION "2.2.0"
+#define PYFASTX_VERSION "2.3.0"
2
#define ZRAN_VERSION "1.9.4"
0 commit comments