Skip to content

Commit 993240f

Browse files
authored
Update metadata prior to 0.2 release (HinodeXRT#134)
* Update metadata * Update setup.cfg * Update LICENSE * Change release to 0.2.0
1 parent e8ca847 commit 993240f

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ formats:
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
# Use most recent version supported by Numba
1312
python: '3.10'
1413
apt_packages:
1514
- graphviz

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2021, HinodeXRT
3+
Copyright (c) 2021–2023, XRTpy contributors
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
# -- Project information -----------------------------------------------------
1313

1414
project = "xrtpy"
15-
author = "Joy Velasquez and Nick Murphy"
16-
copyright = f"2015{datetime.utcnow().year}, {author}"
15+
author = "Joy Velasquez, Nick Murphy, and Jonathan Slavin"
16+
copyright = f"2021{datetime.utcnow().year}, {author}"
1717

1818
# The full version, including alpha/beta/rc tags
1919
# from xrtpy import __version__
2020
# release = __version__
2121

22-
release = "0.1.0dev"
22+
release = "0.2.0"
2323

2424
# -- General configuration ---------------------------------------------------
2525

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = xrtpy
3-
author = Joy Velasquez
3+
author = Joy Velasquez, Nick Murphy, and Jonathan Slavin
44
author_email = [email protected]
55
license = BSD 2-clause
66
license_file = LICENSE

0 commit comments

Comments
 (0)