Skip to content

Commit 1b7dfda

Browse files
committed
updating version and dev status
1 parent b396148 commit 1b7dfda

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
project = 'NumPy QuadDType'
1010
copyright = '2025, NumPy Community'
1111
author = 'NumPy Community'
12-
release = '0.2.0'
13-
version = '0.2.0'
12+
release = '1.0.0'
13+
version = '1.0.0'
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = "BSD-3-Clause"
1717
license-files = ["LICENSE"]
1818
authors = [{name = "Swayam Singh", email = "singhswayam008@gmail.com"}]
1919
classifiers = [
20-
"Development Status :: 4 - Beta",
20+
"Development Status :: 5 - Production/Stable",
2121
"Programming Language :: Python :: 3",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)