Skip to content

Commit

Permalink
Version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Matmaus committed Jan 21, 2021
1 parent 3b1feaa commit 1e8ffc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LnkParse3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__description__ = 'Windows Shortcut file (LNK) parser'
__author__ = 'Matúš Jasnický'
__version__ = '0.3.2'
__version__ = '0.3.3'

import json
import struct
Expand Down
2 changes: 1 addition & 1 deletion lnkparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__description__ = 'Windows Shortcut file (LNK) parser'
__author__ = 'Matúš Jasnický'
__version__ = '0.3.2'
__version__ = '0.3.3'

import sys
import LnkParse3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='LnkParse3',
version='0.3.2',
version='0.3.3',
description='Windows Shortcut file (LNK) parser',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1e8ffc5

Please sign in to comment.