Skip to content

Commit ab21c3d

Browse files
committed
update
1 parent 7dd7cf7 commit ab21c3d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,11 @@ tests/__pycache__/test_fastx.cpython-38.pyc
8585
tests/__pycache__/test_fqkeys.cpython-38.pyc
8686
tests/__pycache__/test_sequence_error.cpython-38.pyc
8787
.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define PYFASTX_VERSION "2.2.0"
1+
#define PYFASTX_VERSION "2.3.0"
22
#define ZRAN_VERSION "1.9.4"

0 commit comments

Comments
 (0)