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
49ce97cb
Commit
49ce97cb
authored
Jun 17, 2019
by
serfrape
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 0.1.0 → 0.1.1
parent
e2cf5bf3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
setup.cfg
setup.cfg
+1
-2
setup.py
setup.py
+1
-1
__init__.py
spade_bdi/__init__.py
+1
-1
No files found.
setup.cfg
View file @
49ce97cb
[bumpversion]
current_version = 0.1.
0
current_version = 0.1.
1
commit = True
tag = False
...
...
@@ -18,7 +18,6 @@ universal = 1
exclude = docs
[aliases]
# Define setup.py command aliases here
test = pytest
[tool:pytest]
...
...
setup.py
View file @
49ce97cb
...
...
@@ -48,6 +48,6 @@ setup(
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
url
=
'https://github.com/sfp932705/spade_bdi'
,
version
=
'0.1.
0
'
,
version
=
'0.1.
1
'
,
zip_safe
=
False
,
)
spade_bdi/__init__.py
View file @
49ce97cb
...
...
@@ -5,6 +5,6 @@ from . import bdi
__author__
=
"""Sergio Frayle Pérez"""
__email__
=
'sfp932705@gmail.com'
__version__
=
'0.1.
0
'
__version__
=
'0.1.
1
'
__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