Skip to content

Commit dd17c6d

Browse files
committed
Bump versions to v0.26.1
1 parent e373cb9 commit dd17c6d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Installation
3737

3838
The BrainFrame Python API is available on PyPI and can be installed with pip.
3939
Install 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
-------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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

0 commit comments

Comments
 (0)