Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
--HG--
branch : 1.0.x
  • Loading branch information
olt committed Mar 22, 2011
1 parent 623fc70 commit 26bac66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.1 dev
1.0.1 2011-03-22

Fixes:
- fixes demo on Windows (loaded static content from wrong path)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run(self):

setup(
name='MapProxy',
version="1.0.0",
version="1.0.1",
description='An accelerating proxy for web map services',
long_description=open('README.txt').read(),
author='Oliver Tonnhofer',
Expand Down Expand Up @@ -73,7 +73,7 @@ def run(self):
package_data = {'': ['*.xml', '*.yaml', '*.ttf']},
install_requires=install_requires,
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.5",
Expand Down

0 comments on commit 26bac66

Please sign in to comment.