Skip to content

Commit

Permalink
Change incorrect directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano54 committed May 22, 2019
1 parent eb5e86b commit 0fcf1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ include README.md LICENSE
global-include CMakeLists.txt *.cmake
recursive-include cmake_modules *
recursive-include src *
recursive-include python *
recursive-include python-bindings *
recursive-include contrib *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def build_extension(self, ext):

setup(
name='blspy',
version='0.1.6',
version='0.1.7',
author='Mariano Sorgente',
author_email='[email protected]',
description='BLS signatures in c++ (python bindings)',
Expand Down

0 comments on commit 0fcf1a4

Please sign in to comment.