Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Apr 30, 2021
1 parent 3c9c37a commit 57f2d39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)
project(
gfc
VERSION 1.0.0
VERSION 1.0.2
LANGUAGES C
)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="pygfc",
version="1.0.0",
version="1.0.2",
author="Maxime Mouchet",
author_email="[email protected]",
description="Implementation of a Generalized-Feistel Cipher for generating random permutations.",
Expand Down

0 comments on commit 57f2d39

Please sign in to comment.