Skip to content

Commit 1571682

Browse files
committed
bump version
1 parent 0746ad6 commit 1571682

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3535
repository_url: https://test.pypi.org/legacy/
3636

37-
# - name: Publish to PyPI
38-
# uses: pypa/gh-action-pypi-publish@release/v1
39-
# with:
40-
# password: ${{ secrets.PYPI_API_TOKEN }}
37+
- name: Publish to PyPI
38+
uses: pypa/gh-action-pypi-publish@release/v1
39+
with:
40+
password: ${{ secrets.PYPI_API_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "django-cbv-inspect"
8-
version = "0.1.16"
8+
version = "0.2.0"
99
description = "A tool to inspect Django class-based views."
1010
authors = [
1111
{ name="Sangeeta Jadoonanan", email="sjbitcode@gmail.com" }

0 commit comments

Comments
 (0)