Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Girod committed Mar 17, 2020
1 parent 8cea7f1 commit 8ce4652
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions petrelic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__version__ = "0.0.0"
__version__ = "0.1.0"
__title__ = "petrelic"
__author__ = "Wouter Lueks"
__email__ = "[email protected]"
__url__ = "https://github.com/spring-epfl/petrelic"
__license__ = "Apache 2.0"
__license__ = "MIT"
__description__ = "A Python binding for the RELIC cryptographic library"
__copyright__ = "EPFL, Spring Lab, 2019"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def is_pure(self):
long_description=long_description,
author=__author__,
author_email=__email__,
packages=['petrelic', 'petrelic.additive', 'petrelic.petlib'],
packages=['petrelic', 'petrelic.additive', 'petrelic.multiplicative', 'petrelic.native', 'petrelic.petlib'],
package_data={
'petrelic': ['libgmp.so', 'librelic.so'],
},
Expand Down
2 changes: 1 addition & 1 deletion wheel/build-wheels.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

GMP_VERSION='6.2.0'
PETRELIC_VERSION='0.0.2'
PETRELIC_VERSION='0.1.0'

RELIC_URL='https://github.com/relic-toolkit/relic.git'
HOST_MOUNT="/host"
Expand Down

0 comments on commit 8ce4652

Please sign in to comment.