Skip to content

Commit

Permalink
verson 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Dec 9, 2021
1 parent b481280 commit 2884d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/run_clean_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
pip install -U pip && \
pip freeze | grep -v '-e' | xargs pip uninstall -y && \
pip install MarkupSafe && \
python setup.py install && \
pip install -r requirements-dev.txt && \
pytest tests
2 changes: 1 addition & 1 deletion slackeventsapi/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
__version__ = '3.0.0'
__version__ = '3.0.1'

0 comments on commit 2884d7d

Please sign in to comment.