Skip to content

Commit

Permalink
Bump build from 0.8.0 to 1.2.1 (#49)
Browse files Browse the repository at this point in the history
* Bump build from 0.8.0 to 1.2.1 #patch

Bumps [build](https://github.com/pypa/build) from 0.8.0 to 1.2.1.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@0.8.0...1.2.1)

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* none safe read

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Seamus Lowry <[email protected]>
  • Loading branch information
dependabot[bot] and seamuslowry authored Sep 2, 2024
1 parent 3bc3482 commit 49c49f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-publish.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build==0.8.0
build==1.2.1
twine==4.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="hundredandten",
version=os.environ['RELEASE_VERSION'] or "0.0.1",
version=os.environ.get('RELEASE_VERSION', "0.0.1"),
author="Seamus Lowry",
description="A package to play the game Hundred and Ten",
long_description=long_description,
Expand Down

0 comments on commit 49c49f1

Please sign in to comment.