Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Dec 9, 2015
1 parent 32e32ce commit 1b8b180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
from setuptools import setup

setup(name='bitstruct',
version='1.0.1',
version='1.1.0',
description=('This module performs conversions between Python values '
'and C bit field structs represented as Python '
'bytearrays.'),
long_description=open('README.rst', 'r').read(),
author='Erik Moqvist',
author='Erik Moqvist, Ilya Petukhov',
author_email='erik.moqvist@gmail.com',
license='MIT',
classifiers=[
Expand Down

0 comments on commit 1b8b180

Please sign in to comment.