Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Sep 26, 2017
1 parent 81e1c20 commit 0c06c32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

MASTER
1.1.0 (2017-09-26)
------

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion pytoshop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = 'Michael Droettboom'
__email__ = 'mdboom@gmail.com'
__version__ = '1.0.1'
__version__ = '1.1.0'


def read(fd):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name='pytoshop',
version='1.0.1',
version='1.1.0',
description="A Python-based library to write Photoshop PSD files",
long_description=readme + '\n\n' + history,
author="Michael Droettboom",
Expand Down

0 comments on commit 0c06c32

Please sign in to comment.