Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Jul 1, 2023
1 parent 09f6480 commit 8bee828
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 @@ -20,7 +20,7 @@

setup(
name="cernrequests",
version="0.4.0",
version="0.4.1",
desription="CERN wrapper around the requests package",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -29,7 +29,7 @@
author_email="peter.stein@cern.ch",
packages=["cernrequests"],
package_dir={"cernrequests": "cernrequests"},
# package_data={"cernrequests": ["*.pem"]},
package_data={"cernrequests": ["*.pem"]},
install_requires=["requests", "future", "python-dotenv", "pyjwt"],
classifiers=[
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit 8bee828

Please sign in to comment.