Skip to content

Commit a3aef46

Browse files
pdepetrometa-codesync[bot]
authored andcommitted
Bump version to 0.1.1 for first PyPI release
Summary: Bumps the hard-coded version in `pyproject.toml` from 0.1.0 to 0.1.1 so we can cut the first release through the new `.github/workflows/release.yml` workflow. 0.1.0 is the initial declared version; using 0.1.1 for the first actual publish leaves 0.1.0 available in case we need to reserve it on (Test)PyPI for any reason. Once this lands on the GitHub mirror, the release can be cut by: 1. `git tag v0.1.1 && git push origin v0.1.1` → publishes to TestPyPI 2. Create a GitHub Release for the tag → publishes to PyPI ___ overriding_review_checks_triggers_an_audit_and_retroactive_review Oncall Short Name: sand_tools Differential Revision: D103439206 fbshipit-source-id: 4e225c990108cc43404df4a86065c686fb1dc74a
1 parent 817d467 commit a3aef46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

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

99
[project]
1010
name = "tintype"
11-
version = "0.1.0"
11+
version = "0.1.1"
1212
description = "High-performance Python exception snapshot library"
1313
readme = "README.md"
1414
license = "MIT"

0 commit comments

Comments
 (0)