diff --git a/acos_client/version.py b/acos_client/version.py index 614b5776..71936a03 100644 --- a/acos_client/version.py +++ b/acos_client/version.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -VERSION = '2.6.0b1' +VERSION = '2.6.1' diff --git a/setup.py b/setup.py index 0aaacd86..2679fd0e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name = "acos-client", - version = "2.6.0b1", + version = "2.6.1", packages = find_packages(), author = "A10 Networks",