diff --git a/Jenkinsfile b/Jenkinsfile index 288e152..8fc519b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,7 +45,7 @@ pipeline { } steps { sh ''' - sed -i -E 's/^(name *= *")superclient(")/\\1superclient-beta\\2/' pyproject.toml + sed -i -E 's/^(name *= *")superstream-clients(")/\\1superstream-clients-beta\\2/' pyproject.toml ''' sh 'pip install --quiet build twine' sh 'python -m build' @@ -160,4 +160,4 @@ def notifyFailed() { Check console output at ${env.BUILD_URL}""", to: 'tech-leads@superstream.ai' ) -} \ No newline at end of file +} diff --git a/pyproject.toml b/pyproject.toml index 69acefd..0b2cc2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta" [project] -name = "superclient" -version = "0.1.1" +name = "superstream-clients" +version = "0.1.0" description = "Superstream optimisation library for Kafka producers" authors = [{name = "Superstream Labs", email = "support@superstream.ai"}] license = "Apache-2.0"