Skip to content

Commit

Permalink
2.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrem committed Jul 22, 2023
1 parent 2b603f5 commit bfcd8d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="Office365-REST-Python-Client",
version="2.4.2",
version="2.4.3",
author="Vadim Gremyachev",
author_email="[email protected]",
maintainer="Konrad Gądek, Domenico Di Nicola",
Expand Down Expand Up @@ -42,7 +42,8 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'
],
packages=setuptools.find_packages(exclude=['tests', 'tests.*',
'generator', 'generator.*',
Expand Down

0 comments on commit bfcd8d3

Please sign in to comment.