diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -12,3 +12,4 @@ build/ *.tex *.tar *.gz +*.swp @@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='w3blog', - version='0.5.1', + version='0.5.2-testing', packages=find_packages(), include_package_data=True, license='BSD License', |