Skip to content

Commit 8e0c4f3

Browse files
committed
v1.0.0
1 parent 0bf17ee commit 8e0c4f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12)
22
project(
33
gfc
4-
VERSION 0.2.1
4+
VERSION 1.0.0
55
LANGUAGES C
66
)
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="pygfc",
9-
version="0.2.1",
9+
version="1.0.0",
1010
author="Maxime Mouchet",
1111
author_email="max@maxmouchet.com",
1212
description="Implementation of a Generalized-Feistel Cipher for generating random permutations.",

0 commit comments

Comments
 (0)