Skip to content

Commit 753f7cd

Browse files
authored
Merge pull request #59 from n1analytics/feature-markdown-rendering-pypi
Render Markdown in Pypi.
2 parents 07500a9 + 803734d commit 753f7cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python-paillier |release|
2-
===============
2+
==========================
33

44
+---------------------+
55
| |travisM| |
@@ -22,7 +22,7 @@ Running unit tests
2222

2323
::
2424

25-
python setup.py test
25+
python setup.py test
2626

2727
Or use nose::
2828

@@ -34,8 +34,8 @@ Note related to gmpy2
3434
`gmpy2` is not required to use the library, but is preferred. A pure Python implementation is available but
3535
`gmpy2` drastically improves performances. As indication on a laptop not dedicated to benchmarking, running the example
3636
`examples/federated_learning_with_encryption.py` provided in the library took:
37-
- 4.5s with `gmpy2` installed
38-
- 35.7s without `gmpy2` installed
37+
- 4.5s with `gmpy2` installed
38+
- 35.7s without `gmpy2` installed
3939

4040
However, `gmpy2` is a requirement to run the tests.
4141

phe/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__uri__ = "https://github.com/n1analytics/python-paillier"
1111

1212
# We use semantic versioning - semver.org
13-
__version__ = "1.3.1-dev0"
13+
__version__ = "1.4.0"
1414

1515
__author__ = "N1 Analytics developers"
1616
__email__ = "[email protected]"

0 commit comments

Comments
 (0)