We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acca18f + cb3bf17 commit f1e1db4Copy full SHA for f1e1db4
3 files changed
requirements.txt
@@ -1 +1 @@
1
-PyYAML>=5.*, <=6.*
+PyYAML>=5.0, <=7.0
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
2
name = pyaml_env
3
-version = 1.2.0
+version = 1.2.1
4
author = Maria Karanasou
5
author_email = karanasou@gmail.com
6
description = Provides yaml file parsing with environment variable resolution
setup.py
@@ -17,7 +17,7 @@
17
]
18
19
setup(name='pyaml_env',
20
- version='1.2.0',
+ version='1.2.1',
21
description='Provides yaml file parsing with '
22
'environment variable resolution',
23
long_description=long_description,
0 commit comments