Skip to content

Commit 321da3e

Browse files
committed
Version 2.0.6.
1 parent 96f580d commit 321da3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

66
Provides 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))
88
in a single Python module.
99

1010
Available as a [Python package at `https://pypi.python.org/pypi/erlang_py/`](https://pypi.python.org/pypi/erlang_py/).

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Erlang External Term Format for Python
44
|Build Status|
55

66
Provides 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
88
single Python module.
99

1010
Available as a `Python package at

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)