Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koriel committed Aug 22, 2018
1 parent 3a7795f commit 3266f0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

__author__ = """Jinsoo Heo"""
__email__ = 'koriel@luxrobo.com'
__version__ = '0.4.0'
__version__ = '0.5.0'

__all__ = ['modi', 'serial']
2 changes: 1 addition & 1 deletion modi/module/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

__author__ = """Jinsoo Heo"""
__email__ = 'koriel@luxrobo.com'
__version__ = '0.4.0'
__version__ = '0.5.0'

__all__ = ["env", "gyro", "mic", "button", "dial", "ultrasonic", "ir", "display", "motor", "led", "speaker"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/LUXROBO/pyMODI',
version='0.4.0',
version='0.5.0',
zip_safe=False,
)

0 comments on commit 3266f0b

Please sign in to comment.