Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
metadata-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nene Barry
metadata-tools
Commits
95d87fe4
Commit
95d87fe4
authored
6 years ago
by
Pinar Alper
Browse files
Options
Downloads
Patches
Plain Diff
Bump version: 0.1.0 → 0.2.0-dev
parent
bebdada8
No related branches found
Branches containing commit
Tags
v0.2.0-dev
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.bumpversion.cfg
+1
-1
1 addition, 1 deletion
.bumpversion.cfg
README.md
+1
-1
1 addition, 1 deletion
README.md
metadata_tools/__init__.py
+1
-1
1 addition, 1 deletion
metadata_tools/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
.bumpversion.cfg
+
1
−
1
View file @
95d87fe4
[bumpversion]
commit
= True
tag
= True
current_version
= 0.
1
.0
current_version
= 0.
2
.0
-dev
parse
= (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize
=
{major}.{minor}.{patch}-{release}
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
95d87fe4
...
...
@@ -11,7 +11,7 @@ pip install -e .[dev]
## Current Version
**v0.
1
.0**
**v0.
2
.0
-dev
**
This diff is collapsed.
Click to expand it.
metadata_tools/__init__.py
+
1
−
1
View file @
95d87fe4
__VERSION__
=
"
0.1.0
"
\ No newline at end of file
__VERSION__
=
"
0.2.0-dev
"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
95d87fe4
...
...
@@ -18,7 +18,7 @@ test_requirements = [
setup
(
name
=
'
metadata-tools
'
,
version
=
'
0.
1
.0
'
,
version
=
'
0.
2
.0
-dev
'
,
description
=
"
A utility tool for using validating ELIXIR metadata files.
"
,
packages
=
find_packages
(
exclude
=
[
'
contrib
'
,
'
docs
'
,
'
tests*
'
]),
package_dir
=
{
'
metadata_tools
'
:
'
metadata_tools
'
},
...
...
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