Skip to content

Commit fd7ac12

Browse files
committed
docs: small tweaks in the README.md and setup.py files
1 parent 8ec67d3 commit fd7ac12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **S**upersingular **I**sogeny-**B**ased **C**ryptographic constructions
22

3-
<img align="center" src="sibc-logo.png">
3+
<img align="center" src="https://github.com/JJChiDguez/sibc/blob/master/sibc-logo.png">
44

55
This repository includes a python-code library named **sibc**, which allows a user-friendly
66
interface to deal with some isogeny-based cryptographic primitive.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
bdist_deb = None
1111

1212

13-
__version__ = '1.0.1'
13+
__version__ = '1.0.3'
1414

1515
if os.path.exists('requirements.txt'):
1616
with open("requirements.txt", "r") as obj:

0 commit comments

Comments
 (0)