Skip to content

Commit

Permalink
bump 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lennardv2 committed Aug 21, 2022
1 parent 93bc2dd commit c39ed1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ehh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import ehh.cli

__author__ = "Lennard Voogdt"
__version__ = "1.1.0"
__version__ = "1.1.1"

def main(source = None):
ehh.cli.ls()
Expand Down
2 changes: 1 addition & 1 deletion ehh/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import re

__author__ = "Lennard Voogdt"
__version__ = "1.1.0"
__version__ = "1.1.1"

commands = []
commandsYamlFile = os.environ['HOME'] + '/ehh.yaml'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = "ehh",
version = "1.1.0",
version = "1.1.1",
author = "Lennard Voogdt",
author_email = "[email protected]",
description = ("A tool for easy aliasing and listing of (complex) linux/bash commands. Support for custom vars."),
Expand Down

0 comments on commit c39ed1d

Please sign in to comment.