Skip to content

Commit 8c6c7b9

Browse files
committed
fix the release version
1 parent cce22d8 commit 8c6c7b9

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
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = '2.2.17'
56+
version = '2.2.17.dev'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '2.2.17'
58+
release = '2.2.17.dev'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# 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 @@
2020

2121
setup(
2222
name="pycaption",
23-
version="2.2.17",
23+
version="2.2.17.dev",
2424
description="Closed caption converter",
2525
long_description=open(README_PATH).read(),
2626
author="Joe Norton",

0 commit comments

Comments
 (0)