Skip to content

Commit

Permalink
bugfxing
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Mar 29, 2019
1 parent 8bd5e6f commit 16afa61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specify version format
version: "1.8.0.{build}"
version: "1.9.0.{build}"

# Image to use
image: Visual Studio 2017
Expand Down
2 changes: 1 addition & 1 deletion gil.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
SET curdir=%~dp0
python %curdir:~0,-1%\gil.py %*
python "%curdir:~0,-1%\gil.py" %*
2 changes: 1 addition & 1 deletion gil.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
__email__ = 'chronoxor@gmail.com'
__license__ = 'MIT License'
__url__ = 'https://github.com/chronoxor/gil'
__version__ = '1.8.0.0'
__version__ = '1.9.0.0'


class GilRecord(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if __name__ == "__main__":
distutils.core.setup(
name="gil",
version="1.8.0.0",
version="1.9.0.0",
author="Ivan Shynkarenka",
author_email="chronoxor@gmail.com",
url="https://github.com/chronoxor/gil",
Expand Down

0 comments on commit 16afa61

Please sign in to comment.