Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Releasing version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felipevolpone committed Nov 15, 2016
1 parent eac11ed commit 5b61c7c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ray-appengine/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def description():

setup(
name="ray_appengine",
version="0.0.1",
version="0.0.2",
author="Felipe Volpone",
author_email="felipevolpone@gmail.com",
description=description(),
Expand Down
2 changes: 1 addition & 1 deletion ray-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def description():

setup(
name="ray_framework",
version="0.0.1",
version="0.0.2",
author="Felipe Volpone",
author_email="felipevolpone@gmail.com",
description=description(),
Expand Down
2 changes: 1 addition & 1 deletion ray-peewee/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="ray_peewee",
version="0.0.1",
version="0.0.2",
author="Felipe Volpone",
author_email="felipevolpone@gmail.com",
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion ray-sqlalchemy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="ray_sqlalchemy",
version="0.0.1",
version="0.0.2",
author="Felipe Volpone",
author_email="felipevolpone@gmail.com",
license="MIT",
Expand Down

0 comments on commit 5b61c7c

Please sign in to comment.