Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 18bfc6b

Browse files
author
Michael Smith
committed
Bumping version to 0.4 for PyPi package
1 parent 3618544 commit 18bfc6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

acitoolkit/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
__summary__ = "Toolkit for Cisco ACI Fabrics"
2020
__uri__ = "http://datacenter.github.io/acitoolkit/"
2121

22-
__version__ = "0.3.1"
22+
__version__ = "0.4"
2323

2424
__author__ = "Cisco Systems, Inc."
2525
__email__ = "[email protected]"
2626

2727
__license__ = "Apache License, Version 2.0"
28-
__copyright__ = "2015 %s" % __author__
28+
__copyright__ = "2017 %s" % __author__

0 commit comments

Comments
 (0)