Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Oct 21, 2020
1 parent ce20bd5 commit 193e63c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ To run tests::
Changelog
---------

Version 0.3.0
=============
* Added webp extension support

Version 0.2.2
=============
* Added bmp extension support
2 changes: 1 addition & 1 deletion da_vinci/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 2, 2)
VERSION = (0, 3, 0)

from .images import Image
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='da-vinci',
version='0.2.2',
version='0.3.0',
author='Selwin Ong',
author_email='[email protected]',
packages=['da_vinci'],
Expand All @@ -21,10 +21,10 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Multimedia :: Graphics'
]
Expand Down

0 comments on commit 193e63c

Please sign in to comment.