Skip to content

Commit a2f25ee

Browse files
committed
version 4 release
1 parent f980336 commit a2f25ee

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

dist/scodec-0.0.3.tar.gz

-10.7 KB
Binary file not shown.

dist/scodec-0.0.4.tar.gz

8.98 KB
Binary file not shown.

scodec/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
VERSION = (0, 0, 3)
2+
VERSION = (0, 0, 4)
33

44
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)