Skip to content

Commit bbf0330

Browse files
author
Alexander Ororbia
committed
nudge correctly to pip version beta3
1 parent bdb0d43 commit bbf0330

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Python 3.11.4 (main, MONTH DAY YEAR, TIME) [GCC XX.X.X] on linux
7979
Type "help", "copyright", "credits" or "license" for more information.
8080
>>> import ngclearn
8181
>>> ngclearn.__version__
82-
'1.2b2'
82+
'1.2b3'
8383
```
8484

8585
<i>Note:</i> For access to the previous Tensorflow-2 version of ngc-learn (of
@@ -126,7 +126,7 @@ $ python install -e .
126126
</pre>
127127

128128
**Version:**<br>
129-
1.2.2-Beta <!-- -Alpha -->
129+
1.2.3-Beta <!-- -Alpha -->
130130

131131
Author:
132132
Alexander G. Ororbia II<br>

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Python 3.11.4 (main, MONTH DAY YEAR, TIME) [GCC XX.X.X] on linux
7878
Type "help", "copyright", "credits" or "license" for more information.
7979
>>> import ngclearn
8080
>>> ngclearn.__version__
81-
'1.2b2'
81+
'1.2b3'
8282
```
8383

8484
<i>Note</i>: If you do not have a JSON configuration file in place (see tutorials

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 = "ngclearn"
7-
version = "1.2.beta2"
7+
version = "1.2.beta3"
88
description = "Simulation software for building and analyzing arbitrary predictive coding, spiking network, and biomimetic neural systems."
99
authors = [
1010
{name = "Alexander Ororbia", email = "[email protected]"},

0 commit comments

Comments
 (0)