Skip to content

Commit 160bed1

Browse files
author
Stephen Burrows
authored
Merge pull request #47 from roverdotcom/0.3.0-release
Bumped version number to 0.3.0
2 parents 513ce65 + 316e01b commit 160bed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_inlinecss/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 2, 0)
1+
VERSION = (0, 3, 0)
22

33
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)