Skip to content

Commit 35685d1

Browse files
committed
bump version to 0.0.2
1 parent cbf8741 commit 35685d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Misc
3939

4040
Changelog
4141
---------
42-
Version 0.0.1:
42+
Version 0.0.2:
4343
```
4444
Initial Release.
4545
```

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
setuptools.setup(
77
name="pyumetric",
8-
version="0.0.1",
8+
version="0.0.2",
99
author="silverback",
1010
author_email="hello@clivern.com",
11-
description="A Python Package to unify time series data sources.",
11+
description="A Python Package to unify time series data sources and third party monitoring services.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/silverbackhq/pyumetric",

0 commit comments

Comments
 (0)