Skip to content

Commit

Permalink
V1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yhan818 committed Jan 10, 2024
1 parent 5cd1523 commit a4f87bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requiam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Union
from datetime import datetime

__version__ = "1.1.0"
__version__ = "1.1.1"

CODE_NAME = 'ReQUIAM'

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

setup(
name='requiam',
version='v1.1.0',
version='v1.1.1',
packages=['requiam'],
url='https://github.com/UAL-RE/ReQUIAM',
license='MIT License',
author='Yan Han',
author_email='yhan818@gmail.com',
author='Yan Han, Fernando Rios, Chun Ly',
author_email='data-management@arizona.edu',
description='Query EDS information to set EDS attributes specific for Figshare account management',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a4f87bd

Please sign in to comment.