We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f1537 commit 525dafbCopy full SHA for 525dafb
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='sqlalchemy_data_model_visualizer',
15
- version='0.1.0', # Update the version number for new releases
+ version='0.1.1', # Update the version number for new releases
16
description='A tool to visualize SQLAlchemy data models with Graphviz.',
17
long_description=long_description,
18
long_description_content_type='text/markdown',
0 commit comments