Skip to content

Commit c3a0935

Browse files
committed
chore: Derive-Risk org metadata after repository transfer
Update package and Sphinx author, homepage URL, and aligned 0.1-alpha.14 version strings. Remove legacy Travis CI config.
1 parent ac15b32 commit c3a0935

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = 'pyfair'
22-
copyright = '2023, Hive Systems, LLC'
23-
author = 'Hive Systems'
22+
copyright = '2023-2026, Derive Risk'
23+
author = 'Derive Risk'
2424

2525
# The short X.Y version
26-
version = '0.1.12'
26+
version = '0.1.14'
2727
# The full version, including alpha/beta/rc tags
28-
release = '0.1-alpha.12'
28+
release = '0.1-alpha.14'
2929

3030

3131
# -- General configuration ---------------------------------------------------
@@ -137,7 +137,7 @@
137137
# author, documentclass [howto, manual, or own class]).
138138
latex_documents = [
139139
(master_doc, 'pyfair.tex', 'pyfair Documentation',
140-
'Hive Systems', 'manual'),
140+
'Derive Risk', 'manual'),
141141
]
142142

143143

pyfair/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1-alpha.12"
1+
__version__ = "0.1-alpha.14"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="pyfair",
5-
version="0.1-alpha.13",
5+
version="0.1-alpha.14",
66
description="Open FAIR Monte Carlo creator",
77
long_description="""
88
Factor Analysis of Information Risk (Open FAIR) model in Python.
@@ -18,7 +18,7 @@
1818
"Open FAIR" is a trademark of the Open Group.
1919
2020
""",
21-
author="Hive Systems",
21+
author="Derive Risk",
2222
author_email="pyfair@hivesystems.com",
2323
packages=[
2424
"pyfair",
@@ -27,7 +27,7 @@
2727
"pyfair.utility",
2828
],
2929
license="MIT",
30-
url="https://github.com/Hive-Systems/pyfair",
30+
url="https://github.com/Derive-Risk/pyfair",
3131
keywords=["FAIR", "risk", "monte carlo", "cyber risk", "risk analysis"],
3232
classifiers=[
3333
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)