Skip to content

Commit

Permalink
chisel 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
craigahobbs@gmail.com authored and craigahobbs@gmail.com committed Jun 18, 2021
1 parent 0daa218 commit 092dca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def main():
package_dir={'': 'src'},
packages=[MODULE_NAME],
install_requires=[
'schema-markdown >= 0.9.14'
'schema-markdown >= 1.0.0'
]
)

Expand Down
2 changes: 1 addition & 1 deletion src/chisel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
well-tested, schema-validated JSON web APIs.
"""

__version__ = '1.0.0'
__version__ = '1.0.1'

from .action import \
Action, \
Expand Down

0 comments on commit 092dca4

Please sign in to comment.