Skip to content

Commit 133b0c3

Browse files
committed
Release version 0.1.1
1 parent 8fb6f99 commit 133b0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
with open('README.rst', 'r') as f:
77
readme = f.read()
88

9-
from setuptools import setup, find_packages
9+
from setuptools import find_packages, setup
1010

1111
setup(
1212
name='wagtail-linkchecker',
13-
version='0.1.0',
13+
version='0.1.1',
1414
description="A tool to assist with finding broken links on your wagtail site.",
1515
long_description=readme,
1616
author='Liam Brenner',

0 commit comments

Comments
 (0)