Skip to content

Commit 86a557f

Browse files
committed
Fix version number to match tag
1 parent 69a7785 commit 86a557f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evv4esm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929

3030

31-
__version_info__ = (0, 6, 1)
31+
__version_info__ = (0, 6, 2)
3232
__version__ = ".".join(str(vi) for vi in __version_info__)
3333

3434
PASS_COLOR = "#389933"

0 commit comments

Comments
 (0)