Skip to content

Commit

Permalink
Merge pull request #8 from elliotcmorris/work/release-alpha-4
Browse files Browse the repository at this point in the history
[Release] Bump version to alpha 1.0.4-alpha-4
  • Loading branch information
elliotcmorris authored Nov 25, 2022
2 parents c70c3ad + 9080291 commit 6e136f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
=============

v1.0.0-alpha.x
v1.0.0-alpha.4

### Breaking Changes

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

[project]
name = "openassetio-traitgen"
version = "1.0.0a3"
version = "1.0.0a4"
requires-python = ">=3.7"

authors = [
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
from setuptools import setup, find_packages

setup(
name="openassetio-traitgen",
version="1.0.0-alpha.1",
packages=find_packages(where="python"),
package_dir={"": "python"},
include_package_data=True,
python_requires=">=3.7",
install_requires=["jinja2==3.1.2", "pyyaml==5.4.1", "jsonschema==4.7.2"],
entry_points={
"console_scripts": ["openassetio-traitgen=openassetio_traitgen.__main__:main"],
Expand Down

0 comments on commit 6e136f6

Please sign in to comment.