Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 23, 2024
1 parent 17503f0 commit a57e6e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ secrets-export.sh
libmongocrypt.tar.gz
libmongocrypt/
libmongocrypt_git/
cmake_build

# Lambda temp files
test/lambda/.aws-sam
Expand Down
4 changes: 4 additions & 0 deletions pymongo/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@
parts = []
version_tuple: Tuple[Union[int, str], ...] = tuple(parts)
version = __version__


def get_version_string() -> str:
return __version__

0 comments on commit a57e6e1

Please sign in to comment.