Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 9f96961

Browse files
committed
fixes #3, bump v0.1.2
1 parent 05d609b commit 9f96961

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

react/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
'utils',
1111
'excepts']
1212

13-
__version__ = '0.1.1'
13+
__version__ = '0.1.2'

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
REQUIREMENTS = open(
1111
os.path.join(os.path.dirname(__file__), 'requirements.txt'),
1212
encoding='utf-8').read()
13-
VERSION = __import__('react').__version__
1413
URL = 'https://github.com/nitely/python-react-v8'
1514
README = "For more info, go to: %s" % URL
1615

1716
setup(
1817
name='python-react-v8',
19-
version=VERSION,
18+
version='0.1.2',
2019
description='Thin wrapper around v8-cffi to render React views server-side.',
2120
author='Esteban Castro Borsani',
2221
author_email='ecastroborsani@gmail.com',

0 commit comments

Comments
 (0)