Skip to content

Commit 7633eb0

Browse files
committed
version bump
1 parent af4f8ef commit 7633eb0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
1313
"""
1414
from setuptools import setup, find_packages
15-
import sys, os
15+
import sys
16+
import os
1617

1718

18-
__version__ = '0.2.1'
19+
__version__ = '0.3'
1920
__description__ = 'Django support for MongoDB via MongoEngine',
2021
__license__ = 'BSD'
2122
__author__ = 'Ross Lawley',

0 commit comments

Comments
 (0)