File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ Installation
3737
3838The BrainFrame Python API is available on PyPI and can be installed with pip.
3939Install the version of the library that matches the version of BrainFrame that
40- you are using. For example, if you are using BrainFrame version 0.26.0 :
40+ you are using. For example, if you are using BrainFrame version 0.26.1 :
4141
4242.. code-block :: bash
4343
44- pip3 install brainframe-api==0.26.0
44+ pip3 install brainframe-api==0.26.1
4545
4646 Documentation
4747-------------
Original file line number Diff line number Diff line change 1414 use_scm_version = {
1515 # We want to be able to push these releases to PyPI, which doesn't
1616 # support local versions. Local versions are anything after the "+" in
17- # a version string like "0.26.0 .dev16+cooltext".
17+ # a version string like "0.26.1 .dev16+cooltext".
1818 "local_scheme" : "no-local-version" ,
1919 },
2020
You can’t perform that action at this time.
0 commit comments