Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
version +
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredinni committed Nov 20, 2018
1 parent 2765c60 commit 92b2183
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion coo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__title__ = "coo"
__license__ = "Apache 2.0"
__version__ = "0.1.0"
__version__ = "0.1.1"
__author__ = "Carlos Montecinos Geisse"
__contact__ = "[email protected]"
__url__ = "https://github.com/wilfredinni/coo"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
include_package_data=True,
keywords="coo",
name="coo",
packages=find_packages(include=["auto_tweet"]),
packages=find_packages(include=["coo"]),
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/wilfredinni/auto_tweet",
version="0.1.0",
url="https://github.com/wilfredinni/coo",
version="0.1.1",
zip_safe=False,
)

0 comments on commit 92b2183

Please sign in to comment.