diff --git a/README.rst b/README.rst index dd94fad..36429cc 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ python-paillier |release| -=============== +========================== +---------------------+ | |travisM| | @@ -22,7 +22,7 @@ Running unit tests :: - python setup.py test + python setup.py test Or use nose:: @@ -34,8 +34,8 @@ Note related to gmpy2 `gmpy2` is not required to use the library, but is preferred. A pure Python implementation is available but `gmpy2` drastically improves performances. As indication on a laptop not dedicated to benchmarking, running the example `examples/federated_learning_with_encryption.py` provided in the library took: - - 4.5s with `gmpy2` installed - - 35.7s without `gmpy2` installed +- 4.5s with `gmpy2` installed +- 35.7s without `gmpy2` installed However, `gmpy2` is a requirement to run the tests. diff --git a/phe/__about__.py b/phe/__about__.py index 4183cf3..3b3abf5 100644 --- a/phe/__about__.py +++ b/phe/__about__.py @@ -10,7 +10,7 @@ __uri__ = "https://github.com/n1analytics/python-paillier" # We use semantic versioning - semver.org -__version__ = "1.3.1-dev0" +__version__ = "1.4.0" __author__ = "N1 Analytics developers" __email__ = "info@n1analytics.com"