Skip to content

Commit 53a6177

Browse files
author
Rajat Singla
committed
use single quotes for versiion
1 parent efbfdae commit 53a6177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="tiptapy",
5-
version="0.18.1", # TODO: why bumpversion works only for single quotes?
5+
version='0.18.1', # TODO: why bumpversion works only for single quotes?
66
url="https://github.com/scrolltech/tiptapy",
77
description="Library that generates HTML output from JSON export of tiptap editor",
88
long_description=open("README.md").read(),

0 commit comments

Comments
 (0)