Skip to content

Commit 4a32348

Browse files
authored
Downgrade version to 2.7.0 in __init__.py (#792)
Reverts the package version from 3.0.1 to 2.7.0 in brainpy/__init__.py, possibly to match a previous release or resolve compatibility issues.
1 parent 4b70c98 commit 4a32348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

brainpy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# limitations under the License.
1515
# ==============================================================================
1616

17-
__version__ = "3.0.1"
18-
__version_info__ = (3, 0, 1)
17+
__version__ = "2.7.0"
18+
__version_info__ = (2, 7, 0)
1919

2020

2121
from brainpy import _errors as errors

0 commit comments

Comments
 (0)