Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #46 from ivanjermakov/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ivanjermakov authored Sep 13, 2020
2 parents b957789 + 7217a6c commit 51f973b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run(self):

setup(
name='kbmap',
version='0.1',
version='1.0',
packages=find_packages(),
url='https://github.com/ivanjermakov/kbmap',
license='MIT',
Expand Down
4 changes: 4 additions & 0 deletions tools/sort_glossary.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
with open('../../kbmap.wiki/Glossary.md') as f:
sep = '\n\n'
for l in sorted(f.read().split(sep)):
print(l, end=('%s' % sep))

0 comments on commit 51f973b

Please sign in to comment.