Skip to content

Commit 052c83a

Browse files
authored
saw-remote-api: Don't hardcode version number in project description (#1889)
It's easy to forget to update this. In addition, the version number is specified elsewhere in the pyproject.toml file, so putting the version number in the description is redundant. Fixes #1888.
1 parent 4a695fb commit 052c83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saw-remote-api/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "saw-client"
33
version = "1.0.0"
44
readme = "README.md"
5-
description = "SAW client for the SAW 0.9 RPC server"
5+
description = "SAW client for the SAW RPC server"
66
authors = ["Galois, Inc. <[email protected]>"]
77
license = "BSD License"
88
include = [

0 commit comments

Comments
 (0)