Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalieris committed Jan 17, 2022
1 parent 5dc5e93 commit daef140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import conda.api
import networkx

__version__ = '1.0.4'
__version__ = '1.0.5'

# The number of spaces
TABSIZE = 3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
shutil.copyfile('conda-tree.py', 'conda_tree.py')

setup(name='conda-tree',
version='1.0.4',
version='1.0.5',
description='conda dependency tree helper',
author='Renan Valieris',
url='https://github.com/rvalieris/conda-tree',
Expand Down

0 comments on commit daef140

Please sign in to comment.