8000 0.2.2 (again) · cluo/msgpack-python@5b66eda · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b66eda

Browse files
committed
0.2.2 (again)
1 parent be405ec commit 5b66eda

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

msgpack/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = (0, 2, 1)
1+
version = (0, 2, 2)

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env python
22
# coding: utf-8
3-
version = (0, 2, 2)
4-
53
import os
64
import sys
75
import shutil

0 commit comments

Comments
 (0)
0