Skip to content

Commit 2d3f379

Browse files
committed
Removed travis CI config (replaced by github actions)
1 parent 1610761 commit 2d3f379

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import find_packages, setup # noqa: H301
1313

1414
NAME = "python-leetcode"
15-
VERSION = "1.0.4"
15+
VERSION = "1.0.5"
1616

1717
with open("README.md") as readme:
1818
DESCRIPTION = readme.read()

0 commit comments

Comments
 (0)