Skip to content

Commit 326135d

Browse files
author
Alexander Ororbia
committed
nudged readme/toml/citation to v3 simlib
1 parent 1febef2 commit 326135d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ message: "NGC-Sim-Lib: A Simulation Framework for Supporting NGC-Learn."
33
authors:
44
- family-names: Gebhardt, Ororbia
55
given-names: William, Alex
6+
orcid: https://orcid.org/0009-0008-7456-6556
67
- family-names: Ororbia
78
given-names: Alexander
89
orcid: https://orcid.org/0000-0002-2590-1310
910
title: "ngc-sim-lib"
10-
version: 0.2.0
11+
version: 3.0.0
1112
identifiers:
1213
- type: doi
1314
value: 10.5281/zenodo.10888211

README.md

Lines changed: 3 additions & 3 deletions
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-
1.0.0 <!-- -Beta --> <!-- -Alpha -->
44+
3.0.0 <!-- -Beta --> <!-- -Alpha -->
4545

4646
Authors:
4747
William Gebhardt, Alexander G. Ororbia II<br>
@@ -50,10 +50,10 @@ Rochester Institute of Technology, Department of Computer Science
5050

5151
## <b>Copyright:</b>
5252

53-
Copyright (C) 2023 The Neural Adaptive Computing Laboratory - All Rights Reserved<br>
53+
Copyright (C) 2021 The Neural Adaptive Computing Laboratory - All Rights Reserved<br>
5454
You may use, distribute and modify this code under the
5555
terms of the BSD 3-clause license.
5656

5757
You should have received a copy of the BSD 3-clause license with
58-
this software.<br>
58+
this software.<br>
5959
If not, please [email us](mailto:[email protected])

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "1.0.0"
7+
version = "3.0.0"
88

99
description = "Simulation software backend for ngc-learn."
1010
authors = [

0 commit comments

Comments
 (0)