Skip to content

Commit

Permalink
updated_version_1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvaneshkm committed Sep 27, 2024
1 parent e604780 commit aef798d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Installation
To install the package, use pip:
```bash
pip install dbsconnector==1.2
pip install dbsconnector==1.3
```

# How to use this package?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# setup:
# basic info:
PKG_NAME = 'dbsconnector'
__version__ = '1.2'
__version__ = '1.3'
AUTHOR_USER_NAME = 'yuvaneshkm'
AUTHOR_EMAIL = '[email protected]'
REPO_NAME = 'dbsconnector'
Expand Down

0 comments on commit aef798d

Please sign in to comment.