Skip to content

Commit

Permalink
Merge pull request #64 from airflow-laminar/tkp/100
Browse files Browse the repository at this point in the history
Bump to 1.0.0 for full semver
  • Loading branch information
timkpaine authored Jan 17, 2025
2 parents fee75d8 + c18cc37 commit 93a8ff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion airflow_supervisor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .client import *
from .config import *

__version__ = "0.3.6"
__version__ = "1.0.0"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ authors = [{name = "the airflow-supervisor authors", email = "[email protected]
description = "Supervisor operators and configuration for long-running tasks"
readme = "README.md"
license = { text = "Apache-2.0" }
version = "0.3.6"
version = "1.0.0"
requires-python = ">=3.9"
keywords = []

classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand Down Expand Up @@ -64,7 +64,7 @@ Repository = "https://github.com/airflow-laminar/airflow-supervisor"
Homepage = "https://github.com/airflow-laminar/airflow-supervisor"

[tool.bumpversion]
current_version = "0.3.6"
current_version = "1.0.0"
commit = true
tag = false

Expand Down

0 comments on commit 93a8ff7

Please sign in to comment.