Skip to content

Commit b4dfd80

Browse files
committed
Update version
1 parent 2f2eed9 commit b4dfd80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rencode/rencode.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ from cpython cimport bool
3232
from libc.stdlib cimport realloc, malloc, free
3333
from libc.string cimport memcpy
3434

35-
__version__ = ("Cython", 1, 0, 3)
35+
__version__ = ("Cython", 1, 0, 4)
3636

3737
cdef long long data_length = 0
3838
cdef bool _decode_utf8 = False

rencode/rencode_orig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
same rencode version throughout your project.
2020
"""
2121

22-
__version__ = ("Python", 1, 0, 3)
22+
__version__ = ("Python", 1, 0, 4)
2323
__all__ = ['dumps', 'loads']
2424

2525
# Original bencode module by Petru Paler, et al.

0 commit comments

Comments
 (0)