Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit 8368fe7

Browse files
committed
Bump version to 0.3.0 for release
1 parent aeb4f98 commit 8368fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
""" SQLAlchemy query information panel for Django Debug Toolbar. """
22

3-
__version_info__ = ('0', '2', '0')
3+
__version_info__ = ('0', '3', '0')
44
__version__ = '.'.join(__version_info__)

0 commit comments

Comments
 (0)