Skip to content

Commit cd3431a

Browse files
author
Alexander Ororbia
committed
nudged versioning
1 parent 18b7c45 commit cd3431a

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)