Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanodallapalma authored Aug 27, 2023
1 parent 792cfbc commit 13b2812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

VERSION = '0.4'
VERSION = '0.4.1'

setup(name='ansiblemetrics',
version=VERSION,
Expand Down Expand Up @@ -33,7 +33,7 @@
"Operating System :: OS Independent"
],
install_requires=[
'pyyaml==5.4'
'pyyaml==6.0.1'
],
test_requirements=[
'pytest==5.4.2'
Expand Down

0 comments on commit 13b2812

Please sign in to comment.