all repos — py-vite @ 8c8b96f8c6456465d7eca4e383ab0006a94f4aa2

the original vite, written in python

chore: version bump in `setup.py`
Anirudh icyph0x@pm.me
Thu, 26 Apr 2018 17:11:02 +0530
commit

8c8b96f8c6456465d7eca4e383ab0006a94f4aa2

parent

2396db7c728d9780e1805eeaf7f4b107a8ee58be

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M setup.pysetup.py

@@ -2,7 +2,7 @@ from setuptools import setup

setup( name='vite', - version='1.0.0', + version='1.1', description='A simple and minimal static site generator.', packages=['vite'], install_requires=[