We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40079d2 + cd3431a commit 33eb16cCopy full SHA for 33eb16c
2 files changed
README.md
@@ -41,7 +41,7 @@ $ pip install --editable . # OR pip install -e .
41
</pre>
42
43
**Version:**<br>
44
-0.3.5-Beta <!-- -Alpha -->
+1.0.0 <!-- -Beta --> <!-- -Alpha -->
45
46
Authors:
47
William Gebhardt, Alexander G. Ororbia II<br>
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ngcsimlib"
7
-version = "0.3.beta5"
+version = "1.0.0"
8
9
description = "Simulation software backend for ngc-learn."
10
authors = [
@@ -13,7 +13,7 @@ authors = [
13
]
14
readme = "README.md"
15
keywords = ['python', 'complex-systems', 'simulation']
16
-requires-python = ">=3.8"
+requires-python = ">=3.10"
17
license = {text = "BSD-3-Clause License"}
18
19
[project.urls]
0 commit comments