Skip to content

Commit

Permalink
Version bump & gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vdjagilev committed Aug 14, 2020
1 parent b490ce5 commit b5a796d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ include/

# mypy
.mypy_cache/

.idea/
2 changes: 1 addition & 1 deletion nmap2md.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import columns_definition

__version__ = "1.1.0"
__version__ = "1.1.2"

parser = OptionParser(usage="%prog [options] file.xml", version="%prog " + __version__)

Expand Down

0 comments on commit b5a796d

Please sign in to comment.