Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
aresch committed Feb 29, 2016
1 parent 2f2eed9 commit b4dfd80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rencode/rencode.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ from cpython cimport bool
from libc.stdlib cimport realloc, malloc, free
from libc.string cimport memcpy

__version__ = ("Cython", 1, 0, 3)
__version__ = ("Cython", 1, 0, 4)

cdef long long data_length = 0
cdef bool _decode_utf8 = False
Expand Down
2 changes: 1 addition & 1 deletion rencode/rencode_orig.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
same rencode version throughout your project.
"""

__version__ = ("Python", 1, 0, 3)
__version__ = ("Python", 1, 0, 4)
__all__ = ['dumps', 'loads']

# Original bencode module by Petru Paler, et al.
Expand Down

0 comments on commit b4dfd80

Please sign in to comment.