Skip to content

Commit

Permalink
Bump version, fix spelling in dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Mar 30, 2020
1 parent 10629b9 commit 6fb6e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = acclimatise
version = 0.0.3
version = 0.0.4
description = Acclimatise is a Python library and command-line utility for parsing the help output of a command-line tool and then outputting a description of the tool in a more structured format
long_description = file: README.md
long_description_content_type: text/markdown
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"wordsegment",
"inflection",
"illusional.wdlgen~=0.2",
"ruamel.yam>=0.16.5",
"ruamel.yaml>=0.16.5",
],
entry_points={"console_scripts": ["acclimatise = acclimatise.cli:main"]},
extras_require={"dev": ["pytest", "pre-commit"],},
Expand Down

0 comments on commit 6fb6e7b

Please sign in to comment.