Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bud42 authored Sep 15, 2023
1 parent e0ef11f commit 737a623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

setup(
name="garjus",
version="1.1.2",
version="1.1.3",
author="Brian D. Boyd",
author_email="[email protected]",
description="Python package for managing imaging data in REDCap and XNAT",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/bud42/garjus",
url="https://github.com/ccmvumc/garjus",
packages=find_packages(),
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 737a623

Please sign in to comment.