Skip to content

Commit

Permalink
Left out bugtraps
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFlymoor committed Sep 22, 2020
1 parent 84b47e7 commit 475adb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ version
1.2.2
- Used a bugzapper
1.2.21
- Tried weedkiller
- Tried weedkiller
1.2.22
- Left out bugtraps
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
EMAIL = '[email protected]'
AUTHOR = 'Don Flymoor'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = '1.2.21'
VERSION = '1.2.22'

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down
2 changes: 1 addition & 1 deletion voxtalkz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from .voxtalkz import *

__version__ = '1.2.21'
__version__ = '1.2.22'

0 comments on commit 475adb7

Please sign in to comment.