Skip to content

Commit

Permalink
tag 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jehiah committed Dec 6, 2010
1 parent cd6e84d commit 9c4102c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions asyncmongo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
except ImportError:
raise ImportError("tornado library not installed. Install tornado. https://github.com/facebook/tornado")

version = "0.1.1"
version_info = (0, 1, 1)
version = "0.1.2"
version_info = (0, 1, 2)

ASCENDING = 1
"""Ascending sort order."""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from distutils.core import setup

# also update version in __init__.py
version = '0.1.1'
version = '0.1.2'

setup(
name="asyncmongo",
Expand Down

0 comments on commit 9c4102c

Please sign in to comment.