We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbfdae commit 53a6177Copy full SHA for 53a6177
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="tiptapy",
5
- version="0.18.1", # TODO: why bumpversion works only for single quotes?
+ version='0.18.1', # TODO: why bumpversion works only for single quotes?
6
url="https://github.com/scrolltech/tiptapy",
7
description="Library that generates HTML output from JSON export of tiptap editor",
8
long_description=open("README.md").read(),
0 commit comments