Skip to content

Commit

Permalink
Merge pull request #18 from rahul-nanwani/latest
Browse files Browse the repository at this point in the history
v3.2.0
  • Loading branch information
rahul-nanwani authored Aug 27, 2023
2 parents f5bfb65 + 864a37d commit 5074c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blackjack21/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

"""blackjack21 v3.1.1"""
"""blackjack21"""

__title__ = "blackjack21"
__version__ = "3.1.1"
__version__ = "3.2.0"
__author__ = "Rahul Nanwani"
__license__ = "MIT License"

Expand Down

0 comments on commit 5074c8c

Please sign in to comment.