Skip to content

Commit 5c859bc

Browse files
committed
Bump to 3.0.4
1 parent fd89093 commit 5c859bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbbackup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"Management commands to help backup and restore a project database and media"
2-
VERSION = (3, 0, 3)
2+
VERSION = (3, 0, 4)
33
__version__ = '.'.join([str(i) for i in VERSION])
44
__author__ = 'Michael Shepanski'
55
__email__ = '[email protected]'

0 commit comments

Comments
 (0)