Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
B
biotrade
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Bioeconomy
forobs
biotrade
Commits
1374b454
Commit
1374b454
authored
1 year ago
by
Selene Eliana Patani
Browse files
Options
Downloads
Patches
Plain Diff
Bump version: 0.0.18 → 0.0.19
parent
d5255934
No related branches found
No related tags found
No related merge requests found
Pipeline
#794088850
passed
1 year ago
Stage: convert
Stage: test
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.bumpversion.cfg
+1
-1
1 addition, 1 deletion
.bumpversion.cfg
biotrade/__init__.py
+1
-1
1 addition, 1 deletion
biotrade/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
3 deletions
.bumpversion.cfg
+
1
−
1
View file @
1374b454
[bumpversion]
current_version
= 0.0.1
8
current_version
= 0.0.1
9
commit
= True
tag
= True
...
...
This diff is collapsed.
Click to expand it.
biotrade/__init__.py
+
1
−
1
View file @
1374b454
...
...
@@ -22,7 +22,7 @@ Usage:
from
pathlib
import
Path
import
os
__version__
=
"
0.0.1
8
"
__version__
=
"
0.0.1
9
"
module_dir
=
Path
(
__file__
).
resolve
().
parent
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
1374b454
...
...
@@ -19,7 +19,7 @@ with open(readme_path, encoding="utf-8") as handle:
# Call setup #
setup
(
name
=
"
biotrade
"
,
version
=
"
0.0.1
8
"
,
version
=
"
0.0.1
9
"
,
description
=
"
Agriculture and forestry statistics.
"
,
license
=
"
MIT
"
,
url
=
"
https://gitlab.com/bioeconomy/forobs/biotrade/
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment