Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalex committed Dec 16, 2018
1 parent 29d20e0 commit 0481b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build: clean
python3 setup.py sdist bdist_wheel

release:
release: build
twine upload -s dist/*

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

setuptools.setup(
name="notion",
version="0.0.7",
version="0.0.8",
author="Jamie Alexandre",
author_email="[email protected]",
description="Unofficial Python API client for Notion.so",
Expand Down

0 comments on commit 0481b54

Please sign in to comment.