Skip to content
Snippets Groups Projects
Commit 30de3fb6 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

increase package and API version numbers to 1.0 due to upcoming breaking changes

parent 10964145
Branches
Tags
2 merge requests!71Publish LSO version 1.0,!69Feature/remove old endpoints
......@@ -8,7 +8,7 @@ from importlib import metadata
from fastapi import APIRouter
from pydantic import BaseModel, constr
API_VERSION = "0.2"
API_VERSION = "1.0"
VersionString = constr(pattern=r"\d+\.\d+")
router = APIRouter()
......
......@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name="goat-lso",
version="0.21",
version="1.0",
author="GÉANT Orchestration & Automation Team",
author_email="goat@geant.org",
description="Lightweight Service Orchestrator",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment