Skip to content

Commit

Permalink
Bump version: 0.8.0 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 4, 2020
1 parent 1d91439 commit d62f0a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.9.0
files = setup.py setup_libraries.py src/lib/terkin/__init__.py
commit = True
tag = True
tag_name = {new_version}
allow_dirty = True

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
requires = [

# 3rd-party libraries
'terkin-micropython-libraries==0.8.0',
'terkin-micropython-libraries==0.9.0',

# Runtime
'mock==4.0.2',
Expand Down Expand Up @@ -52,7 +52,7 @@
}

setup(name='terkin',
version='0.8.0',
version='0.9.0',
description='A flexible data logger for MicroPython and CPython',
long_description=README,
license="AGPL 3, EUPL 1.2",
Expand Down
2 changes: 1 addition & 1 deletion setup_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

setup(name='terkin-micropython-libraries',
version='0.8.0',
version='0.9.0',
description='Terkin MicroPython runtime libraries',
long_description='This package contains all MicroPython runtime libraries '
'required to run Terkin, even on CPython.',
Expand Down
2 changes: 1 addition & 1 deletion src/lib/terkin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Terkin Datalogger: Data logging for humans"""
__appname__ = 'terkin-datalogger'
__version__ = '0.8.0'
__version__ = '0.9.0'

0 comments on commit d62f0a5

Please sign in to comment.