Skip to content

Commit 33eb16c

Browse files
authored
Merge pull request #35 from NACLab/main
nudged versioning to 1.0.0 (syncing main and release)
2 parents 40079d2 + cd3431a commit 33eb16c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ pip install --editable . # OR pip install -e .
4141
</pre>
4242

4343
**Version:**<br>
44-
0.3.5-Beta <!-- -Alpha -->
44+
1.0.0 <!-- -Beta --> <!-- -Alpha -->
4545

4646
Authors:
4747
William Gebhardt, Alexander G. Ororbia II<br>

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ngcsimlib"
7-
version = "0.3.beta5"
7+
version = "1.0.0"
88

99
description = "Simulation software backend for ngc-learn."
1010
authors = [
@@ -13,7 +13,7 @@ authors = [
1313
]
1414
readme = "README.md"
1515
keywords = ['python', 'complex-systems', 'simulation']
16-
requires-python = ">=3.8"
16+
requires-python = ">=3.10"
1717
license = {text = "BSD-3-Clause License"}
1818

1919
[project.urls]

0 commit comments

Comments
 (0)