Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-wilson committed Dec 9, 2020
1 parent 8e81db2 commit 32abb81
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file removed dist/pypi/sailboat-0.0.2.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/pypi/sailboat-0.0.3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion sailboat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ modules = [ "toml",]
fullname = "Sailboat"
homebrew = false
icon = ""
latest_build = "0.0.2"
latest_build = "0.0.3"

[build]
type = "1"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name="sailboat",
version="0.0.2",
version="0.0.3",
scripts=['bin/sailboat'],
# entry_points={
# 'console_scripts': ['sailboat=sailboat.__main__.main()'],
Expand Down

0 comments on commit 32abb81

Please sign in to comment.