Skip to content

Commit

Permalink
update to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
premkumr committed Feb 8, 2023
1 parent 3c34f98 commit 8df1093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Installation
```
pip install https://github.com/premkumr/pgdummy/releases/download/v0.4.1/pgdummy-0.4.1-py3-none-any.whl
pip install https://github.com/premkumr/pgdummy/releases/download/v0.5.0/pgdummy-0.5.0-py3-none-any.whl
```

# Usage
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from gettext import install
from setuptools import setup
setup(
name='pgdummy',
version='0.4.1',
version='0.5.0',
author='Prem',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 8df1093

Please sign in to comment.