Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SPADE-BDI
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
serfrape
SPADE-BDI
Commits
bfe5eb0c
Commit
bfe5eb0c
authored
Jul 08, 2019
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 0.1.1 → 0.1.2
parent
2588b417
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
setup.cfg
setup.cfg
+1
-1
setup.py
setup.py
+1
-1
__init__.py
spade_bdi/__init__.py
+1
-1
No files found.
setup.cfg
View file @
bfe5eb0c
[bumpversion]
current_version = 0.1.
1
current_version = 0.1.
2
commit = True
tag = False
...
...
setup.py
View file @
bfe5eb0c
...
...
@@ -48,6 +48,6 @@ setup(
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
url
=
'https://github.com/sfp932705/spade_bdi'
,
version
=
'0.1.
1
'
,
version
=
'0.1.
2
'
,
zip_safe
=
False
,
)
spade_bdi/__init__.py
View file @
bfe5eb0c
...
...
@@ -5,6 +5,6 @@ from . import bdi
__author__
=
"""Sergio Frayle Pérez"""
__email__
=
'sfp932705@gmail.com'
__version__
=
'0.1.
1
'
__version__
=
'0.1.
2
'
__all__
=
[
"bdi"
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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