Skip to content

Commit

Permalink
Merge pull request #4 from JamesJonesConsulting/release/3.1.1
Browse files Browse the repository at this point in the history
Release/3.1.1
  • Loading branch information
jamjon3 authored Dec 6, 2022
2 parents f508b4c + 28b4ebd commit b7a37bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ PyMySQL==1.0.2
PyYAML==6.0
sphinx
nose
pyinstaller==5.6.2
pyinstaller==5.7.0
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '3.1.0'
__version__ = '3.1.1'

0 comments on commit b7a37bd

Please sign in to comment.