summaryrefslogtreecommitdiffstats
path: root/contrib/python/pyasn1-modules
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-09-28 20:59:11 +0300
committerrobot-piglet <[email protected]>2024-09-28 21:08:29 +0300
commit1c97858dd693c8a6831d065ead236fe9ae8fd791 (patch)
treea0b3c4287993d0c8473a75b2b8d4f9e149ab0d7f /contrib/python/pyasn1-modules
parent55c711d26048691eba675e53fb4a4ee7d7955b4a (diff)
Intermediate changes
commit_hash:10679e13fc6558743430c2ef4a4bf312553fc7e8
Diffstat (limited to 'contrib/python/pyasn1-modules')
-rw-r--r--contrib/python/pyasn1-modules/py3/.dist-info/METADATA3
-rw-r--r--contrib/python/pyasn1-modules/py3/pyasn1_modules/__init__.py2
-rw-r--r--contrib/python/pyasn1-modules/py3/ya.make2
3 files changed, 4 insertions, 3 deletions
diff --git a/contrib/python/pyasn1-modules/py3/.dist-info/METADATA b/contrib/python/pyasn1-modules/py3/.dist-info/METADATA
index 7216c756f75..40fc8b89b30 100644
--- a/contrib/python/pyasn1-modules/py3/.dist-info/METADATA
+++ b/contrib/python/pyasn1-modules/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyasn1_modules
-Version: 0.4.0
+Version: 0.4.1
Summary: A collection of ASN.1-based protocols modules
Home-page: https://github.com/pyasn1/pyasn1-modules
Author: Ilya Etingof
@@ -28,6 +28,7 @@ Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Communications
diff --git a/contrib/python/pyasn1-modules/py3/pyasn1_modules/__init__.py b/contrib/python/pyasn1-modules/py3/pyasn1_modules/__init__.py
index 633dc1a0a29..ae0ff01d7be 100644
--- a/contrib/python/pyasn1-modules/py3/pyasn1_modules/__init__.py
+++ b/contrib/python/pyasn1-modules/py3/pyasn1_modules/__init__.py
@@ -1,2 +1,2 @@
# http://www.python.org/dev/peps/pep-0396/
-__version__ = '0.4.0'
+__version__ = '0.4.1'
diff --git a/contrib/python/pyasn1-modules/py3/ya.make b/contrib/python/pyasn1-modules/py3/ya.make
index 626837de1b6..d244d3e2d2f 100644
--- a/contrib/python/pyasn1-modules/py3/ya.make
+++ b/contrib/python/pyasn1-modules/py3/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(0.4.0)
+VERSION(0.4.1)
LICENSE(BSD-2-Clause)