Skip to content

Commit

Permalink
Fix astpath version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
hchasestevens authored Jan 14, 2019
1 parent 04a935c commit 5175904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
name='bellybutton',
packages=['bellybutton'],
platforms='any',
version='0.2.3',
version='0.2.4',
description='Custom Python linting through AST expressions.',
author='H. Chase Stevens',
author_email='chase@chasestevens.com',
url='https://github.com/hchasestevens/bellybutton',
license='MIT',
install_requires=[
'astpath[xpath]>=0.6.1',
'astpath[xpath]==0.6.1',
'pyyaml>=3.12',
'lxml>=4.1.1',
],
Expand Down

0 comments on commit 5175904

Please sign in to comment.