Skip to content

Commit

Permalink
0.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Aug 4, 2021
1 parent 4110231 commit a2e2720
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pptop/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__author__ = 'Altertech, https://www.altertech.com/'
__copyright__ = 'Copyright (C) 2019 Altertech'
__license__ = 'MIT'
__version__ = '0.6.12'
__version__ = '0.6.13'

try:
__doc__ = __doc__.format(version=__version__, license=__license__)
Expand Down
2 changes: 1 addition & 1 deletion pptop/injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
plugins.
'''

__injection_version__ = '0.6.12'
__injection_version__ = '0.6.13'

import threading
import struct
Expand Down
2 changes: 1 addition & 1 deletion pptop/plugin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__author__ = 'Altertech, https://www.altertech.com/'
__copyright__ = 'Copyright (C) 2019 Altertech'
__license__ = 'MIT'
__version__ = '0.6.12'
__version__ = '0.6.13'

import curses
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.6.12'
__version__ = '0.6.13'

import setuptools

Expand Down

0 comments on commit a2e2720

Please sign in to comment.