mirror of
https://git.nolog.cz/NoLog.cz/nginx-configurator.git
synced 2025-01-31 03:43:35 +01:00
bump version
This commit is contained in:
parent
a5714a258e
commit
607bc7b5fe
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='ncc',
|
name='ncc',
|
||||||
version='1.0.2',
|
version='1.1.0',
|
||||||
packages=['ncc'],
|
packages=['ncc'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'click',
|
'click',
|
||||||
|
|
Loading…
Reference in a new issue