Skip to content

Commit 8ad287d

Browse files
authored
Merge pull request #44 from google/chore/v2-1-0-version-bump
chore(governance): bump package version to v2.1.0
2 parents 0ee8c1a + 38e1caf commit 8ad287d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cybernetic-governance-engine"
3-
version = "0.2.0"
3+
version = "2.1.0"
44
description = "CAGE — Cybernetic AI Governance Engine"
55
authors = [{ name = "OSS Maintainer", email = "oss-maintainer@example.com" }]
66
license = "Apache-2.0"

src/cybernetic_governance_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Empty init file
15+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)