Skip to content

Commit

Permalink
Merge pull request #54 from gjohansson-ST/039
Browse files Browse the repository at this point in the history
Bump version to 0.3.9
  • Loading branch information
gjohansson-ST committed Nov 18, 2023
2 parents 45abd46 + e49c507 commit 68cb7c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
aiohttp==3.8.4
attrs==22.2.0
aiohttp==3.8.5
attrs==23.1.0
chardet==3.0.4
idna>=2.6
idna-ssl>=1.0.1
lxml>=4.9.1
lxml>=4.9.3
multidict==4.5.0
pip
setuptools
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@

setup(
name="pytrafikverket",
version="0.3.8",
version="0.3.9",
description="Retreive values from public API at the Swedish Transport Administration (Trafikverket).",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/endor-force/pytrafikverket",
author="Peter Andersson, Jonas Karlsson",
url="https://github.com/gjohansson-ST/pytrafikverket",
author="Peter Andersson, Jonas Karlsson, G Johansson",
license="MIT",
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.11",
],
install_requires=["aiohttp", "async-timeout", "lxml"],
install_requires=["aiohttp", "lxml"],
packages=find_packages(),
include_package_data=True,
zip_safe=True,
Expand Down

0 comments on commit 68cb7c2

Please sign in to comment.