Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
repos
research
Knowledge Gaps
Commits
fef0e949
Commit
fef0e949
authored
Oct 01, 2022
by
fab
Browse files
bump version
parent
d6a97270
Pipeline
#6457
passed with stages
in 6 minutes and 46 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
fef0e949
[bumpversion]
current_version = 0.1.
4
current_version = 0.1.
5
[bumpversion:file:setup.cfg]
...
...
Makefile
View file @
fef0e949
...
...
@@ -25,7 +25,7 @@ DOCKERFILE := Dockerfile
DOCKER_PLATFORM
:=
linux/amd64
PROJECT_NAME
:=
knowledge-gaps
# Do not modify PROJECT_VERSION manually. Use bump2version instead.
PROJECT_VERSION
:=
0.1.
4
PROJECT_VERSION
:=
0.1.
5
CONDA_DIST
:=
./dist/
${PROJECT_NAME}
-
${PROJECT_VERSION}
.conda-
${GIT_BRANCH}
-
${GIT_COMMIT_HASH}
# Build an x86_64-linux docker image.
...
...
setup.cfg
View file @
fef0e949
...
...
@@ -3,7 +3,7 @@
[metadata]
name = knowledge_gaps
# Do not modify version manually. Use bump2version instead.
version = 0.1.
4
version = 0.1.
5
author = Wikimedia Foundation Research team
description = Spark pipelines to compute the knowledge gap metrics
long_description = file: README.md
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment