From 68f8a43d1b643318732f30ee1cd75e1d315a4537 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 6 Jan 2015 16:09:47 +0100 Subject: Bumped version to 0.3.4 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e1f77058..bdd4a423 100755 --- a/setup.py +++ b/setup.py @@ -112,8 +112,8 @@ GitPython is a python library used to interact with Git repositories""", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", - # "Programming Language :: Python :: 3", - # "Programming Language :: Python :: 3.3", - # "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", ] ) -- cgit v1.2.1