Advanced to version 0.6.
This commit is contained in:
		| @@ -220,7 +220,7 @@ def parse_args(): | |||||||
|               " an \"Untitied 1\" (in your language) if it is a new" |               " an \"Untitied 1\" (in your language) if it is a new" | ||||||
|               " file.")) |               " file.")) | ||||||
|     parser.add_argument( |     parser.add_argument( | ||||||
|         "-v", "--version", action="version", version="%(prog)s 0.5") |         "-v", "--version", action="version", version="%(prog)s 0.6") | ||||||
|     args = parser.parse_args() |     args = parser.parse_args() | ||||||
|  |  | ||||||
|     # Obtain the absolute path |     # Obtain the absolute path | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| @@ -29,7 +29,7 @@ if os.path.basename(sys.executable) == "python.bin": | |||||||
|         os.path.dirname(sys.executable), "python") |         os.path.dirname(sys.executable), "python") | ||||||
|  |  | ||||||
| setup(name="obasync", | setup(name="obasync", | ||||||
|       version="0.5", |       version="0.6", | ||||||
|       description="Office Basic macro source synchronizer", |       description="Office Basic macro source synchronizer", | ||||||
|       url="https://pypi.python.org/pypi/obasync", |       url="https://pypi.python.org/pypi/obasync", | ||||||
|       author="imacat", |       author="imacat", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user