Commit 874371e2 authored by Kirill Smelkov's avatar Kirill Smelkov

pygolang v0.0.6.post1

Just a single change to expose time constants to C++ users (2476f47e).
parent 2476f47e
......@@ -33,7 +33,7 @@ See also package golang.pyx which provides similar functionality for Cython nogi
from __future__ import print_function, absolute_import
__version__ = "0.0.6"
__version__ = "0.0.6.post1"
__all__ = ['go', 'chan', 'select', 'default', 'nilchan', 'defer', 'panic',
'recover', 'func', 'error', 'b', 'u', 'gimport']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment