File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Erlang External Term Format for Python
44[ ![ Build Status] ( https://app.travis-ci.com/okeuday/erlang_py.svg?branch=master )] ( https://app.travis-ci.com/okeuday/erlang_py )
55
66Provides all encoding and decoding for the Erlang External Term Format
7- (as defined at [ http ://erlang.org/doc/apps/erts/erl_ext_dist.html] ( http ://erlang.org/doc/apps/erts/erl_ext_dist.html) )
7+ (as defined at [ https ://erlang.org/doc/apps/erts/erl_ext_dist.html] ( https ://erlang.org/doc/apps/erts/erl_ext_dist.html) )
88in a single Python module.
99
1010Available as a [ Python package at ` https://pypi.python.org/pypi/erlang_py/ ` ] ( https://pypi.python.org/pypi/erlang_py/ ) .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Erlang External Term Format for Python
44|Build Status |
55
66Provides all encoding and decoding for the Erlang External Term Format
7- (as defined at http ://erlang.org/doc/apps/erts/erl_ext_dist.html) in a
7+ (as defined at https ://erlang.org/doc/apps/erts/erl_ext_dist.html) in a
88single Python module.
99
1010Available as a `Python package at
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def run(self):
3636 'Topic :: Software Development :: Libraries :: Python Modules' ,
3737 'Topic :: System :: Distributed Computing' ,
3838 ],
39- version = '2.0.5 ' ,
39+ version = '2.0.6 ' ,
4040 description = 'Erlang External Term Format for Python' ,
4141 long_description = long_description ,
4242 long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments