mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
Start 0.1.11a1.dev1
This commit is contained in:
parent
1a81f6364d
commit
a9483d860b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
version = (0, 1, 10)
|
version = (0, 1, 11, 'a1.dev1')
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue