diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c022e41 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "restructuredtext.confPath": "" +} \ No newline at end of file diff --git a/LICENSE b/LICENSE index 8f71f43..9c8f3ea 100644 --- a/LICENSE +++ b/LICENSE @@ -198,5 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. - + limitations under the License. \ No newline at end of file diff --git a/VERSION b/VERSION index afaf360..7f20734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 6a799f7..17aa742 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ url='https://github.com/signalfx/python-elasticsearch/', download_url='https://github.com/signalfx/python-elasticsearch/tarball/'+version, license='Apache License 2.0', - author='Carlos Alberto Cortez', - author_email='calberto.cortez@gmail.com', + author='SignalFx, Inc.', + author_email='signalfx-oss@splunk.com', description='OpenTracing support for Elasticsearch', long_description=open('README.rst').read(), packages=['elasticsearch_opentracing'],