Skip to content

Commit

Permalink
version 4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ztnel committed Jun 11, 2021
1 parent f980336 commit a2f25ee
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed dist/scodec-0.0.3.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/scodec-0.0.4.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion scodec/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
VERSION = (0, 0, 3)
VERSION = (0, 0, 4)

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

0 comments on commit a2f25ee

Please sign in to comment.