Skip to content

Commit e54ffbd

Browse files
committed
Bumped version after recent PR
1 parent b5fe74b commit e54ffbd

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests==2.25.1
2-
PyYAML==5.4.1
1+
requests>=2.25
2+
PyYAML>=5.4

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Versions should comply with PEP440. For a discussion on single-sourcing
2323
# the version across setup.py and the project code, see
2424
# https://packaging.python.org/en/latest/single_source_version.html
25-
version="2022.2.18",
25+
version="2022.3.1",
2626
description='The Python third_party_license_file_generator is aimed at distilling down the appropriate license for one or many pip "requirements" files into a single file; it supports Python2.7 and Python3.',
2727
long_description=long_description,
2828
long_description_content_type="text/markdown",
@@ -62,7 +62,10 @@
6262
# your project is installed. For an analysis of "install_requires" vs pip's
6363
# requirements files see:
6464
# https://packaging.python.org/en/latest/requirements.html
65-
install_requires=["requests>=2.25", "PyYAML>=5.4"],
65+
install_requires=[
66+
"requests>=2.25",
67+
"PyYAML>=5.4",
68+
],
6669
# List additional groups of dependencies here (e.g. development
6770
# dependencies). You can install these using the following syntax,
6871
# for example:

0 commit comments

Comments
 (0)