Skip to content

Commit a5ea443

Browse files
committed
Bump for development
1 parent d1e34a4 commit a5ea443

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = "2.0"
61+
version = "3.0"
6262
# The full version, including alpha/beta/rc tags.
63-
release = "2.0"
63+
release = "3.0.dev1"
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def run_tests(self):
2020

2121
setuptools.setup(
2222
name='scripttest',
23-
version='2.0',
23+
version='3.0.dev1',
2424
description='Helper to test command-line scripts',
2525
long_description=open('README.rst').read(),
2626
classifiers=[

0 commit comments

Comments
 (0)