summaryrefslogtreecommitdiff
path: root/devel/py-awscrt/files/patch-awscrt-__init__.py
blob: 292f8dd8e792eed9d622a469a4f0d6effb5ac427 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- awscrt/__init__.py.orig	2025-04-25 19:28:57 UTC
+++ awscrt/__init__.py
@@ -13,7 +13,7 @@ __all__ = [
     'websocket',
 ]
 
-__version__ = '1.0.0.dev0'
+__version__ = '0.27.0'
 
 
 class NativeResource: