Skip to content

Commit 242f699

Browse files
author
Alexander Ororbia
committed
nudge release to v3.0.1
1 parent 054619b commit 242f699

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ $ python install -e .
122122
</pre>
123123

124124
**Version:**<br>
125-
3.0.0 <!--1.2.3-Beta--> <!-- -Alpha -->
125+
3.0.1 <!--1.2.3-Beta--> <!-- -Alpha -->
126126

127127
Author:
128128
Alexander G. Ororbia II<br>

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Python 3.11.4 (main, MONTH DAY YEAR, TIME) [GCC XX.X.X] on linux
5151
Type "help", "copyright", "credits" or "license" for more information.
5252
>>> import ngclearn
5353
>>> ngclearn.__version__
54-
'3.0.0'
54+
'3.0.1'
5555
```
5656

5757
<!--

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" # using setuptool building engine
88

99
[project]
1010
name = "ngclearn"
11-
version = "3.0.0"
11+
version = "3.0.1"
1212
description = "Simulation software for building and analyzing computational neuroscience models, brain-inspired computing systems, and NeuroAI agents."
1313
authors = [
1414
{name = "Alexander Ororbia", email = "[email protected]"},

0 commit comments

Comments
 (0)