From 5f2b808c248c0544022cd2d5c219af25eff80db2 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 4 Aug 2024 15:30:36 -0400 Subject: [PATCH] initial release --- buildbot_netauth/__init__.py | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/buildbot_netauth/__init__.py b/buildbot_netauth/__init__.py index df49dac..8cdc9ee 100644 --- a/buildbot_netauth/__init__.py +++ b/buildbot_netauth/__init__.py @@ -8,7 +8,7 @@ from twisted.internet import defer from twisted.cred.error import UnauthorizedLogin -__version__ = "0.0.1" +__version__ = "0.1.0" __all__ = ["BuildbotNetAuth"] diff --git a/pyproject.toml b/pyproject.toml index 03c9637..86abea3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ ci = [ "ruff", ] publish = [ + "build", "twine", ]