Skip to content

Commit a341466

Browse files
committed
Bump version to v0.3.0
Start to use poetry 1.8.3 poetry lock --no-update
1 parent dcc3349 commit a341466

4 files changed

Lines changed: 429 additions & 438 deletions

File tree

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ We use a couple formatting tools to keep our code style consistent. If you get
5656
any CI failures, you can run the following commands to automatically format
5757
your code to fit our guidelines:
5858

59+
pip install poetry==1.8.3
60+
poetry install
61+
5962
.. code-block:: bash
6063
6164
poetry run isort .

brainframe/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)