Skip to content

Commit 1a977aa

Browse files
committed
Limit cryptography version <=3.3.2
1 parent 12509a1 commit 1a977aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 2, 0)
1+
version_info = (1, 2, 1)
22
version = '.'.join(str(c) for c in version_info)

0 commit comments

Comments
 (0)