Skip to content

Commit cb3bf17

Browse files
committed
fix requirements
1 parent acca18f commit cb3bf17

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PyYAML>=5.*, <=6.*
1+
PyYAML>=5.0, <=7.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyaml_env
3-
version = 1.2.0
3+
version = 1.2.1
44
author = Maria Karanasou
55
author_email = karanasou@gmail.com
66
description = Provides yaml file parsing with environment variable resolution

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
]
1818

1919
setup(name='pyaml_env',
20-
version='1.2.0',
20+
version='1.2.1',
2121
description='Provides yaml file parsing with '
2222
'environment variable resolution',
2323
long_description=long_description,

0 commit comments

Comments
 (0)