Bumped version

This commit is contained in:
Joshua Arulsamy 2020-08-09 02:44:57 -06:00
parent 9078ef616a
commit d0aacc3f0b
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -58,7 +58,7 @@ pipeline {
archiveArtifacts (allowEmptyArchive: true,
artifacts: 'dist/*whl',
fingerprint: true)
// sh 'python deploy/push.py'
sh 'python deploy/push.py'
}
}
}

View File

@ -1 +1 @@
VERSION = "0.0.4"
VERSION = "0.0.5"