Skip to content

Commit

Permalink
Update version and profiles for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Nov 22, 2021
1 parent 66d9d71 commit 77d367a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified eng/profiles/macos11.profdata
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='pyjion',
version='1.1.0',
version='1.1.1',
description='A JIT compiler wrapper for CPython',
author='Anthony Shaw',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion src/pyjion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from enum import IntFlag, IntEnum
from dataclasses import dataclass

__version__ = '1.1.0'
__version__ = '1.1.1'


def _no_dotnet(path):
Expand Down

0 comments on commit 77d367a

Please sign in to comment.