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 2c92e5e commit 92cfc88Copy full SHA for 92cfc88
gemma_template/__version__.py
@@ -3,5 +3,5 @@
3
__url__ = "https://github.com/thewebscraping/gemma-template"
4
__author__ = "Tu Pham"
5
__author_email__ = "[email protected]"
6
-__version__ = "0.1.7"
+__version__ = "0.1.8"
7
__license__ = "Apache-2.0"
setup.cfg
@@ -5,7 +5,7 @@ license = Apache2
license_file = LICENSE
python_requires = >=3.9
classifiers =
8
- Development Status :: 4 - Beta
+ Development Status :: 5 - Production/Stable
9
Intended Audience :: Developers
10
Environment :: Web Environment
11
License :: OSI Approved :: Apache Software License
0 commit comments