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

Commit

Permalink
alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
jehiah committed Jan 12, 2013
1 parent a0a1fdd commit bb4c215
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
Expand Up @@ -24,8 +24,8 @@
raise ImportError("bson library not installed. Install pymongo >= 1.9 https://github.com/mongodb/mongo-python-driver")

# also update in setup.py
version = "1.2.1"
version_info = (1, 2, 1)
version = "1.2.2-alpha"
version_info = (1, 2, 2)

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

# also update version in __init__.py
version = '1.2.1'
version = '1.2.2-alpha'

setup(
name="asyncmongo",
Expand Down

0 comments on commit bb4c215

Please sign in to comment.