Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlusiardi committed Feb 14, 2020
1 parent e7698ae commit db6050e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

# Changes

## Version 0.4.0

New Features:

- Support encoding and decoding `IntEnum` keys and and values

## Version 0.3.0

New Features:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
setuptools.setup(
name='tlv8',
packages=setuptools.find_packages(exclude=['tests']),
version='0.3.0',
version='0.4.0',
description='Python module to handle type-length-value (TLV) encoded data 8-bit type, 8-bit length, and N-byte '
'value as described within the Apple HomeKit Accessory Protocol Specification Non-Commercial Version '
'Release R2.',
author='Joachim Lusiardi',
author_email='[email protected]',
url='https://github.com/jlusiardi/tlv8_python',
download_url='https://github.com/jlusiardi/tlv8_python/archive/0.3.0.tar.gz',
download_url='https://github.com/jlusiardi/tlv8_python/archive/0.4.0.tar.gz',
keywords=['TLV', 'Type-Length-Value', 'tlv8'],
classifiers=[
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit db6050e

Please sign in to comment.