Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
Bump version: 0.3.2 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knowsuchagency committed Apr 25, 2018
1 parent 59ad405 commit cb4b798
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = shell-utils
version = 0.3.2
version = 0.4.0
description = Some helpers to make interacting with the shell easier
long_description = file: README.rst
author = Stephan Fitzpatrick
Expand Down
2 changes: 1 addition & 1 deletion shell_utils/__init__.py
Expand Up @@ -4,7 +4,7 @@

__author__ = """Stephan Fitzpatrick"""
__email__ = 'knowsuchagency@gmail.com'
__version__ = '0.3.2'
__version__ = '0.4.0'

from shell_utils.shell_utils import shell, env, path, cd, quiet

Expand Down

0 comments on commit cb4b798

Please sign in to comment.