diff --git a/Jenkinsfile b/Jenkinsfile index dce5b1e..b08e77a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,7 @@ pipeline { archiveArtifacts (allowEmptyArchive: true, artifacts: 'dist/*whl', fingerprint: true) - // sh 'python deploy/push.py' + sh 'python deploy/push.py' } } } diff --git a/PlexBot/__version__.py b/PlexBot/__version__.py index fe96268..0862e1e 100644 --- a/PlexBot/__version__.py +++ b/PlexBot/__version__.py @@ -1 +1 @@ -VERSION = "0.0.4" +VERSION = "0.0.5"