Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
venekamp committed Jul 19, 2024
1 parent db8e184 commit d18f1ff
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 @@ -6,14 +6,14 @@

setup(
name="SRAMsync",
version="4.3.2",
version="4.4.0",
author="Gerben Venekamp",
author_email="[email protected]",
description="Reading entries and attributes from SRAM LDAP and process them",
url="https://github.com/SURFscz/SRAMsync/",
install_requires=["Click", "pyldap", "jsonschema", "pyyaml", "click_logging"],
entry_points={"console_scripts": ["sync-with-sram = SRAMsync.sync_with_sram:cli"]},
python_requires=">=3.7",
python_requires=">=3.9",
packages=find_packages(),
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit d18f1ff

Please sign in to comment.