Skip to content

Commit b0b0fa0

Browse files
author
peakwinter
committed
bump to 0.1.1
1 parent aa1b9cb commit b0b0fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
setup(
66
name='python-nginx',
7-
version='0.1',
7+
version='0.1.1',
88
description='Create and modify nginx serverblock configs in Python',
99
author='Jacob Cook',
1010
author_email='jacob@peakwinter.net',
1111
url='https://github.com/peakwinter/python-nginx',
1212
packages=['nginx'],
1313
keywords = ['nginx', 'web servers', 'serverblock', 'server block'],
14-
download_url = 'https://github.com/peakwinter/python-nginx/archive/0.1.tar.gz',
14+
download_url = 'https://github.com/peakwinter/python-nginx/archive/0.1.1.tar.gz',
1515
license = 'GPLv3',
1616
classifiers = [
1717
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)