Skip to content

Commit 74d2ea7

Browse files
authored
python version update (0.8.0)
1 parent 500d4a4 commit 74d2ea7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyroscope_ffi/python/setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[metadata]
22
name = pyroscope-io
3-
version= 0.7.3
3+
version= 0.8.0
44
description = Pyroscope Python integration
55
long_description = file: README.md
66
long_description_content_type = text/markdown
7-
url = https://proscope.io
7+
url = https://pyroscope.io
88
maintainer = Abid Omar
99
maintainer_email = [email protected]
1010
license = Apache 2.0
@@ -20,10 +20,10 @@ classifiers =
2020
Topic :: Software Development :: Debuggers
2121
Topic :: Utilities
2222
project_urls =
23-
Documentation = https://proscope.io
24-
Bug Tracker = https://proscope.io
25-
Discussions = https://proscope.io
26-
Changelog = https://proscope.io
23+
Documentation = https://pyroscope.io
24+
Bug Tracker = https://pyroscope.io
25+
Discussions = https://pyroscope.io
26+
Changelog = https://pyroscope.io
2727

2828
[options]
2929
packages = find:

0 commit comments

Comments
 (0)