Skip to content

Commit a71ae67

Browse files
committed
BUMP 0.6.0
1 parent 0283b13 commit a71ae67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Download all the dists
122122
uses: actions/download-artifact@v4
123123
with:
124-
name: all-dist--${{ github.run_id }}
124+
name: all-dist-${{ github.run_id }}
125125
path: dist/
126126
- name: Publish distribution 📦 to PyPI
127127
uses: pypa/gh-action-pypi-publish@release/v1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = []
77

88
[project]
99
name = "python-bsonjs"
10-
version = "0.7.0.dev0"
10+
version = "0.6.0"
1111
description = "A library for converting between BSON and JSON."
1212
readme = "README.rst"
1313
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)