Skip to content

Commit e9df556

Browse files
committed
version bump
1 parent a7a971f commit e9df556

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

BUILDING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Pre-requisites
44
```
55
pip install -r requirements.build.txt
6+
pip install -e .
67
```
78

89
### Distribution
@@ -28,10 +29,10 @@ git tag
2829

2930
# Create tags on the main branch!
3031
# tag create locally & upload
31-
git tag -a v0.3.10 -m 'meteo fixes' && git push origin v0.3.10
32+
git tag -a v0.3.11 -m 'wind flip' && git push origin v0.3.11
3233

3334
# delete tag locally & upstream
34-
git tag --delete v0.3.10 && git push --delete origin v0.3.10
35+
git tag --delete v0.3.11 && git push --delete origin v0.3.11
3536

3637
# view calculated version to check is not dirty
3738
python -m setuptools_scm

0 commit comments

Comments
 (0)