Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Feb 29, 2020
1 parent 71ca888 commit 3bc6125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-mongoengine"
version = "0.3.3"
version = "0.4.0-alpha.0"
description = "Django support for MongoDB via MongoEngine"
authors = ["Ross Lawley <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os


__version__ = '0.3.3'
__version__ = '0.4.0-alpha.0'
__description__ = 'Django support for MongoDB via MongoEngine'
__license__ = 'BSD'
__author__ = 'Ross Lawley'
Expand Down

0 comments on commit 3bc6125

Please sign in to comment.