Skip to content

Commit

Permalink
Send "Are you there" (#14)
Browse files Browse the repository at this point in the history
* Send "Are you there"

* pylint fix .... bump version [skip ci]
  • Loading branch information
Travis CI committed Aug 13, 2020
1 parent 98f4554 commit 2f3a87f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.9
current_version = 2.0.10
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

here = os.path.abspath(os.path.dirname(__file__))

VERSION = '2.0.9'
VERSION = '2.0.10'

packages = setuptools.find_packages()

Expand Down

0 comments on commit 2f3a87f

Please sign in to comment.