Skip to content

Commit cf178c7

Browse files
committed
Bumpe to 3.0.3
1 parent cf6092f commit cf178c7

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, 2)
2+
VERSION = (3, 0, 3)
33
__version__ = '.'.join([str(i) for i in VERSION])
44
__author__ = 'Michael Shepanski'
55
__email__ = '[email protected]'

0 commit comments

Comments
 (0)