We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b70c98 commit fe86dfbCopy full SHA for fe86dfb
1 file changed
brainpy/__init__.py
@@ -14,8 +14,8 @@
14
# limitations under the License.
15
# ==============================================================================
16
17
-__version__ = "3.0.1"
18
-__version_info__ = (3, 0, 1)
+__version__ = "2.7.0"
+__version_info__ = (2, 7, 0)
19
20
21
from brainpy import _errors as errors
0 commit comments