We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b88f4 commit eb6ba31Copy full SHA for eb6ba31
4 files changed
_version.py
@@ -1,4 +1,4 @@
1
# Semantic versioning
2
# MAJOR.MINOR.PATCH
3
4
-__version__ = '0.6.4'
+__version__ = '1.0.0'
assistant_dialog_skill_analysis/__init__.py
@@ -1 +1 @@
setup.cfg
@@ -1,2 +1,5 @@
[metadata]
-description-file = README.md
+description-file = README.md
+
+[easy_install]
5
+index-url=pypi.python.org
tests/highlighting/test_highlighting.py
@@ -1,5 +1,4 @@
import unittest
-import sys
import math
import os
import shutil
0 commit comments