Skip to content

Commit c1677e9

Browse files
committed
bump version and merge master
1 parent 58def16 commit c1677e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
build/
33
dist/
44
venv/
5+
.idea/
56
*.egg-info/
67
*.egg
78
*.py[cod]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name='html-slacker',
1010
packages=find_packages(),
11-
version='0.1.5',
11+
version='0.1.6',
1212
description='Converts HTML to Slack formatted markdown',
1313
long_description=open(join(dirname(__file__), 'README.rst')).read(),
1414
keywords='slack bot html convert markdown slackbot pythonbot slack html markdown',

0 commit comments

Comments
 (0)