Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Update version to 0.6.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ayust committed Feb 2, 2015
1 parent 01f836f commit db9e7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -4,7 +4,7 @@ venv
MANIFEST
.coverage
*.py[co]
.*.swp
.*.sw[op]
google_appengine_*.zip
vendors/*
*.egg-info
Expand Down
2 changes: 1 addition & 1 deletion evelink/__init__.py
Expand Up @@ -11,7 +11,7 @@
from evelink import map
from evelink import server

__version__ = "0.6.0p2"
__version__ = "0.6.1"

# Implement NullHandler because it was only added in Python 2.7+.
class NullHandler(logging.Handler):
Expand Down

0 comments on commit db9e7bf

Please sign in to comment.