Skip to content

Commit 1a48f71

Browse files
author
Itxaka Serrano
committed
remove markdown from requirements, bump the version to 7.0.0 for the upcoming release
1 parent d04104e commit 1a48f71

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
markdown
21
requests

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44
setup(
55
name = "pyapi-gitlab",
6-
version = "6.2.3",
6+
version = "7.0.0",
77
packages = find_packages(),
88
install_requires = ['requests'],
99
extras_require = {
@@ -12,7 +12,7 @@
1212
# metadata for upload to PyPI
1313
author = "Itxaka Serrano Garcia",
1414
author_email = "itxakaserrano@gmail.com",
15-
description = "Gitlab API wrapper for Gitlab 6.X",
15+
description = "Gitlab API wrapper for Gitlab 7.X",
1616
license = "GPL3",
1717
keywords = "gitlab git wrapper",
1818
url = "http://github.com/itxaka/pyapi-gitlab/",

0 commit comments

Comments
 (0)