Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tevino committed Mar 17, 2015
1 parent d34a555 commit f9e56e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mongu.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.4.2'
__version__ = '0.4.4'

import logging
import warnings
Expand Down
10 changes: 3 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
"""
**Mongu** is yet another Python Object-Document Mapper on top of ``PyMongo``. It's lightweight, intuitive to use and easy to understand.
- If you want **control**.
- If you really care about **performance**.
- If those **heavy and slow layers** have nothing or more than you need.
Well, **Mongu** maybe the one for you.
If those **heavy and slow layers** have nothing or more than you need, Mongu maybe the one for you.
You are the only one who knows what you reall need.
Therefor **Mongu** does nothing but a skeleton for you to fill.
Therefor **Mongu does nothing but a skeleton for you to fill**.
Actually, if you have ever tried to write your own ODM, you may already implemented parts of **Mongu** :D
Expand All @@ -19,7 +15,7 @@
"""

__author__ = 'Tevin Zhang'
__version__ = '0.4.2'
__version__ = '0.4.4'
__license__ = 'MIT'

from setuptools import setup
Expand Down

0 comments on commit f9e56e4

Please sign in to comment.