Skip to content

Commit 1f4fb2f

Browse files
committed
Bump version to 0.1.
1 parent a393d97 commit 1f4fb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name="aead",
1111
description="An authenticated encryption implementation.",
12-
version="0.1.dev1",
12+
version="0.1",
1313
install_requires=[
1414
"cryptography"
1515
],

0 commit comments

Comments
 (0)