Skip to content

Commit 11524b4

Browse files
committed
Prepare for release
1 parent d206736 commit 11524b4

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66

77
Pylasu is an AST Library in the [StarLasu](https://github.com/Strumenta/StarLasu) family, targeting the Python language. [Documentation](https://pylasu.readthedocs.io) is on Read the Docs.
88

9-
## Testing
10-
11-
```shell
12-
python -m unittest discover tests
13-
```
14-
159
## Linting
1610

1711
```shell
@@ -37,7 +31,7 @@ pip install build twine
3731
Then, check the project can be released by linting and running the test suite:
3832

3933
```shell
40-
flake8 . && flake8 tests
34+
flake8 . && flake8 tests --config tests/.flake8
4135
pytest tests
4236
```
4337

pylasu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.7.3"
1+
VERSION = "0.8.0"

0 commit comments

Comments
 (0)