Skip to content

Commit

Permalink
Bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Mar 6, 2019
1 parent 765854d commit 2a7ff18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.0.{build}"
version: "1.5.0.{build}"

# Image to use
image: Visual Studio 2017
Expand Down
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.4.0.0'
__version__ = '1.5.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.4.0.0",
version="1.5.0.0",
author="Ivan Shynkarenka",
author_email="chronoxor@gmail.com",
url="https://github.com/chronoxor/gil",
Expand Down

0 comments on commit 2a7ff18

Please sign in to comment.