Skip to content

Commit

Permalink
0.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Feb 2, 2022
1 parent 9bbca44 commit 473e3cb
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.14'
__version__ = '0.6.15'

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.14'
__injection_version__ = '0.6.15'

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.14'
__version__ = '0.6.15'

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.14'
__version__ = '0.6.15'

import setuptools

Expand Down

0 comments on commit 473e3cb

Please sign in to comment.