Skip to content

Commit eb6ba31

Browse files
haodeqinavneetrao
authored andcommitted
feat(_version): New 1.0.0 version for PyPI release (#8)
1 parent 29b88f4 commit eb6ba31

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Semantic versioning
22
# MAJOR.MINOR.PATCH
33

4-
__version__ = '0.6.4'
4+
__version__ = '1.0.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.4'
1+
__version__ = '1.0.0'

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[metadata]
2-
description-file = README.md
2+
description-file = README.md
3+
4+
[easy_install]
5+
index-url=pypi.python.org

tests/highlighting/test_highlighting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import unittest
2-
import sys
32
import math
43
import os
54
import shutil

0 commit comments

Comments
 (0)