Skip to content

Commit

Permalink
Updated version to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Djcharles26 committed Jul 2, 2024
1 parent 0871783 commit 468acc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pymongoose/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PYMONGOOSE_VERSION = "1.3.7"
PYMONGOOSE_VERSION_NAME = "Version 1.3.7"
PYMONGOOSE_VERSION = "1.3.8"
PYMONGOOSE_VERSION_NAME = "Version 1.3.8"
PYMONGOOSE_VERSION_AUTHOR = "Juan Carlos Lara"

def pymongoose_version_print_full():
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pymongoose
version = 1.3.7
version = 1.3.8
author = Juan Carlos Lara
author_email = jlaraanaya@gmail.com
description = A pymongo helper with methods and classes
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.7
1.3.8

0 comments on commit 468acc0

Please sign in to comment.