Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Jun 5, 2017
1 parent a2cc7e8 commit e15c2e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Bugfixes:

- Non-image layers correctly set "pixel_data_is_irrelevant" flag.

0.4.0 (2017-05-12)
0.4.1 (2017-06-05 17:28:39.514666) (2017-05-12)
------------------

Improvements:
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__ = '[email protected]'
__version__ = '0.4.0'
__version__ = '0.4.1'


def read(fd):
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1
commit = True
tag = True

Expand All @@ -20,3 +20,4 @@ replace = __version__ = '{new_version}'
[bumpversion:file:HISTORY.rst]
search = MASTER
replace = {new_version} ({now})

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup(
name='pytoshop',
version='0.4.0',
version='0.4.1',
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 e15c2e4

Please sign in to comment.