Skip to content

Commit 3bc6125

Browse files
committed
Bump version
1 parent 71ca888 commit 3bc6125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-mongoengine"
3-
version = "0.3.3"
3+
version = "0.4.0-alpha.0"
44
description = "Django support for MongoDB via MongoEngine"
55
authors = ["Ross Lawley <[email protected]>"]
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020

2121

22-
__version__ = '0.3.3'
22+
__version__ = '0.4.0-alpha.0'
2323
__description__ = 'Django support for MongoDB via MongoEngine'
2424
__license__ = 'BSD'
2525
__author__ = 'Ross Lawley'

0 commit comments

Comments
 (0)