Skip to content

Commit 56b1d80

Browse files
committed
Bump version, clean up whitespace
1 parent 5d37ac1 commit 56b1d80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313

1414
setup(
1515
name = "airspeed",
16-
version = "0.4.1",
17-
16+
version = "0.4.2",
17+
1818
description = "Airspeed is a powerful and easy-to-use templating engine for Python that aims for a high level of compatibility with the popular Velocity library for Java.",
1919
author = "Steve Purcell and Chris Tarttelin",
2020
author_email = "steve@pythonconsulting.com, chris@pythonconsulting.com",
2121
url = "http://dev.sanityinc.com/airspeed/wiki",
2222
download_url = "http://pypi.python.org/pypi/airspeed/",
2323
license = "BSD",
2424
keywords = 'web.templating',
25-
25+
2626
test_suite = 'nose.collector',
2727
tests_require = ['nose', 'coverage'],
28-
28+
2929
classifiers = [
3030
"Environment :: Web Environment",
3131
"Intended Audience :: Developers",
@@ -35,11 +35,11 @@
3535
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
3636
"Topic :: Software Development :: Libraries :: Python Modules"
3737
],
38-
38+
3939
packages = find_packages(exclude=['examples', 'tests', 'tests.*', 'docs']),
4040
include_package_data = False,
4141
zip_safe = True,
42-
42+
4343
entry_points = {
4444
'web.templating': [
4545
'airspeed = airspeed.api:Airspeed',

0 commit comments

Comments
 (0)