Skip to content

Commit a780a59

Browse files
cleanup instructions added
1 parent 2530bbe commit a780a59

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Steps for release are
1414
git branch master
1515
git pull
1616
rm -rf dist
17+
# cleanup pycache
18+
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
1719
python setup.py sdist
1820
twine upload dist/*
1921
```

fbc_curation/_version.py

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

0 commit comments

Comments
 (0)