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 cbf8741 commit 35685d1Copy full SHA for 35685d1
README.md
@@ -39,7 +39,7 @@ Misc
39
40
Changelog
41
---------
42
-Version 0.0.1:
+Version 0.0.2:
43
```
44
Initial Release.
45
setup.py
@@ -5,10 +5,10 @@
5
6
setuptools.setup(
7
name="pyumetric",
8
- version="0.0.1",
+ version="0.0.2",
9
author="silverback",
10
author_email="hello@clivern.com",
11
- description="A Python Package to unify time series data sources.",
+ description="A Python Package to unify time series data sources and third party monitoring services.",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
url="https://github.com/silverbackhq/pyumetric",
0 commit comments