We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59173a commit 6631c6fCopy full SHA for 6631c6f
README.rst
@@ -45,6 +45,7 @@ Install
45
=======
46
47
.. code::
48
+
49
pip3 install google_closure_compiler_api
50
51
Usage
setup.py
@@ -6,7 +6,7 @@
6
setup(
7
name='google_closure_compiler_api',
8
python_requires=">=3",
9
- version='0.1.4',
+ version='0.1.5',
10
packages=find_packages(),
11
long_description=open("README.rst", 'r').read(),
12
author="Jay MOULIN",
0 commit comments