Skip to content

Commit

Permalink
release: bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaman-awasthi committed Oct 29, 2023
1 parent 1bfe8dc commit b9c19d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python3 -m build

- name: Publish to TestPyPI
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SQLInspector Middleware for Django

[![Version](https://img.shields.io/badge/version-0.5-brightgreen)](https://pypi.org/project/sqlinspector/)
[![Version](https://img.shields.io/badge/version-1.0.1-brightgreen)](https://pypi.org/project/sqlinspector/)

## Description

Expand Down Expand Up @@ -28,7 +28,7 @@ SQLInspector acts as a valuable tool for developers aiming to ensure the optimal
To install the SQLInspector middleware via pip, use:

```bash
pip install -i https://test.pypi.org/simple/ sql-inspector
pip install sql-inspector
```

## How to Use
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sql-inspector"
version = "1.0.0"
version = "1.0.1"
description = "A django middleware package to print out queries in the terminal"
license = { text = "MIT" }
authors = [
Expand Down

0 comments on commit b9c19d1

Please sign in to comment.