Skip to content

Commit 03bb79f

Browse files
committed
Bump version for next development iteration
1 parent bfc3236 commit 03bb79f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author = 'Michael Herrmann'
1313

1414
# Also update ../setup.py when you change this:
15-
release = '3.0.7'
15+
release = '3.0.8-SNAPSHOT'
1616

1717

1818
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'helium',
55
# Also update docs/conf.py when you change this:
6-
version = '3.0.7',
6+
version = '3.0.8-SNAPSHOT',
77
author = 'Michael Herrmann',
88
author_email = '[email protected]',
99
description = 'Lighter browser automation based on Selenium.',

0 commit comments

Comments
 (0)