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
structured-data
Image Suggestions
Commits
c117fd2b
Commit
c117fd2b
authored
Nov 22, 2022
by
Marco Fossati
Browse files
Release version 0.4.0
parent
6b384188
Pipeline
#7717
passed with stages
in 9 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
c117fd2b
[bumpversion]
current_version = 0.4.0
.dev
current_version = 0.4.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z0-9]+))?
serialize =
{major}.{minor}.{patch}.{release}
...
...
setup.py
View file @
c117fd2b
...
...
@@ -3,7 +3,7 @@ from setuptools import find_packages, setup
setup
(
name
=
'image-suggestions'
,
packages
=
find_packages
(),
version
=
'0.4.0
.dev
'
,
version
=
'0.4.0'
,
description
=
'pyspark jobs for image-suggestions'
,
author
=
'mfossati'
,
entry_points
=
{
...
...
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