Skip to content

Commit

Permalink
Bump version (#104)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update Jenkinsfile

* Update Jenkinsfile

* Update requirements.txt
  • Loading branch information
Jday7879 authored Oct 15, 2024
1 parent 00cdbbf commit 88e69db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipeline {
ARTIFACTORY_CREDS = "ARTIFACTORY_CREDENTIALS"
ARTIFACTORY_PYPI_REPO = "LR_mbs-results"
BUILD_BRANCH = "main"
BUILD_TAG = "*-release"
BUILD_TAG = "v*"
}

// Don't use default checkout process, as we define it as a stage below
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# pydoop
# research_and_development==1.0.0
pandas==1.1.5
numpy
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="monthly-business-survey-results",
version="0.0.2",
version="0.0.3",
description="Public Sector local Python downloads and preprocessing package",
url="https://github.com/ONSdigital/monthly-business-survey-results",
packages=find_packages(),
Expand Down

0 comments on commit 88e69db

Please sign in to comment.