We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58def16 commit c1677e9Copy full SHA for c1677e9
.gitignore
@@ -2,6 +2,7 @@
2
build/
3
dist/
4
venv/
5
+.idea/
6
*.egg-info/
7
*.egg
8
*.py[cod]
setup.py
@@ -8,7 +8,7 @@
setup(
9
name='html-slacker',
10
packages=find_packages(),
11
- version='0.1.5',
+ version='0.1.6',
12
description='Converts HTML to Slack formatted markdown',
13
long_description=open(join(dirname(__file__), 'README.rst')).read(),
14
keywords='slack bot html convert markdown slackbot pythonbot slack html markdown',
0 commit comments