We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aad9ff commit c332559Copy full SHA for c332559
1 file changed
setup.py
@@ -42,7 +42,7 @@
42
# For a discussion on single-sourcing the version across setup.py and the
43
# project code, see
44
# https://packaging.python.org/en/latest/single_source_version.html
45
- version='5.2.1', # Required
+ version='5.3.0', # Required
46
47
# This is a one-line description or tagline of what your project does. This
48
# corresponds to the "Summary" metadata field:
@@ -83,7 +83,7 @@
83
84
# This should be a valid email address corresponding to the author listed
85
# above.
86
- author_email='stashcache@opensciencegrid.org', # Optional
+ author_email='xcache@opensciencegrid.org', # Optional
87
88
# Classifiers help users find your project by categorizing it.
89
#
0 commit comments