Skip to content

Commit 2ddae4e

Browse files
committed
Updated docs.
1 parent 32f4dcc commit 2ddae4e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
project = "Bias Amplification"
77
copyright = "2025, Rahul, Ushnesha and Bhanu"
88
author = "Rahul Nair, Ushnesha Daripa and Bhanu Tokas"
9-
release = "0.1.2"
9+
release = "0.2.0"
1010

1111
extensions = [
1212
"numpydoc",

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sphinx>=5.0.0
22
sphinx-rtd-theme>=1.0.0
3-
numpydoc>=1.2.0
3+
numpydoc>=1.2.0
4+
torch>=1.9.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bias-amplification"
7-
version = "0.1.2"
7+
version = "0.2.0"
88
description = "A library for measuring bias amplification in machine learning models"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)