File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.13 .0
2
+ current_version = 0.14 .0
3
3
files = setup.py dist-packages/setup.py src/lib/terkin/__init__.py doc/source/conf.py
4
4
commit = True
5
5
tag = True
Original file line number Diff line number Diff line change 2
2
from setuptools import setup , find_packages
3
3
4
4
setup (name = 'terkin-micropython-libraries' ,
5
- version = '0.13 .0' ,
5
+ version = '0.14 .0' ,
6
6
description = 'Terkin MicroPython runtime libraries' ,
7
7
long_description = 'This package contains all MicroPython runtime libraries '
8
8
'required to run Terkin on CPython.' ,
Original file line number Diff line number Diff line change 22
22
author = 'The Terkin Developers'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.13 .0'
25
+ release = '0.14 .0'
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 8
8
requires = [
9
9
10
10
# 3rd-party libraries
11
- 'terkin-micropython-libraries==0.13 .0' ,
11
+ 'terkin-micropython-libraries==0.14 .0' ,
12
12
13
13
# Mocks some HAL modules not available on CPython.
14
14
'esp32-machine-emulator<2' ,
69
69
}
70
70
71
71
setup (name = 'terkin' ,
72
- version = '0.13 .0' ,
72
+ version = '0.14 .0' ,
73
73
description = 'A flexible data logger for MicroPython and CPython' ,
74
74
long_description = README ,
75
75
license = "AGPL 3, EUPL 1.2" ,
Original file line number Diff line number Diff line change 1
1
"""Terkin Datalogger: Data logging for humans"""
2
2
__appname__ = 'terkin-datalogger'
3
- __version__ = '0.13 .0'
3
+ __version__ = '0.14 .0'
You can’t perform that action at this time.
0 commit comments