Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Commit ca7151c

Browse files
author
Samuel Hassine
committed
Release new version 1.2.7
1 parent 3933857 commit ca7151c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
print("warning: pypandoc module not found, could not convert Markdown to RST")
1313
read_md = lambda f: open(f, 'r').read()
1414

15-
VERSION = "1.2.6"
15+
VERSION = "1.2.7"
1616

1717
class VerifyVersionCommand(install):
1818
description = 'verify that the git tag matches our version'

0 commit comments

Comments
 (0)