Skip to content

Commit dce85e9

Browse files
committed
Version 1.7.9.
1 parent 16ef1ad commit dce85e9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2011-2018 Michael Truog <mjtruog at protonmail dot com>
3+
Copyright (c) 2011-2019 Michael Truog <mjtruog at protonmail dot com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a
66
copy of this software and associated documentation files (the "Software"),

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Provides all encoding and decoding for the Erlang Binary Term Format (as
77
defined at http://erlang.org/doc/apps/erts/erl_ext_dist.html) in a
88
single Python module.
99

10+
Available as a `Python package at
11+
``https://pypi.python.org/pypi/erlang_py/`` <https://pypi.python.org/pypi/erlang_py/>`__.
1012

1113
Tests
1214
-----

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='1.7.8',
39+
version='1.7.9',
4040
description='Erlang Binary Term Format for Python',
4141
long_description=long_description,
4242
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)