Skip to content

Commit

Permalink
added package needed for ast unparse
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelGard committed Jun 11, 2024
1 parent a5d8786 commit 594af08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inkpot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = "2.2.6"
__version__ = "2.2.7"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='inkpot',
version='2.2.6',
version='2.2.7',
description='a small simple library for generating documentation from docstrings',
url='https://github.com/AxelGard/inkpot',
author='Axel Gard',
Expand All @@ -16,6 +16,7 @@
long_description_content_type="text/markdown",

install_requires=[
"six==1.16.0"
],

classifiers=[
Expand Down

0 comments on commit 594af08

Please sign in to comment.