Skip to content

Commit

Permalink
[fix] bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed May 30, 2019
1 parent 18b8bdb commit 347ccbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ VENV = env
sdist:
python3 setup.py sdist bdist_wheel

release: sdist upload_doc build_js
release: build_js sdist upload_doc
twine upload dist/*$(shell python3 setup.py --version)*

build_js:
Expand Down
2 changes: 1 addition & 1 deletion wsrpc_aiohttp/version.py
Expand Up @@ -9,7 +9,7 @@

team_email = 'me@mosquito.su'

version_info = (2, 2, 2)
version_info = (2, 3, 1)


__author__ = ", ".join("{} <{}>".format(*info) for info in author_info)
Expand Down

0 comments on commit 347ccbb

Please sign in to comment.