Skip to content

Commit fc7e303

Browse files
committed
0.2
1 parent a3ae881 commit fc7e303

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.1'
51+
version = '0.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.1'
53+
release = '0.2'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='gccjit',
28-
version='0.1',
28+
version='0.2',
2929
author="David Malcolm",
3030
author_email="[email protected]",
3131
url="https://github.com/davidmalcolm/pygccjit",

0 commit comments

Comments
 (0)