Skip to content

Commit 7223f97

Browse files
committed
Release v1.0.0.
1 parent 4da3da3 commit 7223f97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = 'TransiFlow'
1414
copyright = '2024 Utrecht University'
1515
author = 'Sven Baars'
16-
release = '0.0.0'
16+
release = '1.0.0'
1717

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

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = transiflow
3-
version = 0.0.0
3+
version = 1.0.0
44
url = https://github.com/BIMAU/transiflow
55
license = Apache License 2.0
66
author = Sven Baars
@@ -9,7 +9,7 @@ description = Implementations and continuation of some standard computational fl
99
long_description = file: README.md
1010
long_description_content_type = text/markdown
1111
classifiers =
12-
Development Status :: 3 - Alpha
12+
Development Status :: 5 - Production/Stable
1313
Environment :: Console
1414
Intended Audience :: Developers
1515
Intended Audience :: Science/Research

0 commit comments

Comments
 (0)