Skip to content

Commit ab92a2e

Browse files
authored
Merge pull request #420 from douglasjacobsen/update_version
Update to version v0.4.0
2 parents 6716c2e + fbabe4b commit ab92a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ramble/ramble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
#: major, minor, patch version for Ramble, in a tuple
11-
ramble_version_info = (0, 3, 0)
11+
ramble_version_info = (0, 4, 0)
1212

1313
#: String containing Ramble version joined with .'s
1414
ramble_version = '.'.join(str(v) for v in ramble_version_info)

0 commit comments

Comments
 (0)