Skip to content

Commit 09aefdf

Browse files
committed
New version
1 parent 3f91f60 commit 09aefdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A restricted Python to idiomatic JavaScript / Ruby / Go / C# translator
77

88
[Pseudo](https://github.com/alehander42/pseudo) is a framework for high level code generation: it is used by this compiler to translate a subset of Python to all Pseudo-supported languages
99

10-
**If you are using Python3.5 and you experience problems with an already installed version of pseudo-python, please upgrade it to `0.2.32` (`pip3 install pseudo-python --upgrade`)**
10+
**If you are using Python3.5 and you experience problems with an already installed version of pseudo-python, please upgrade it to `0.2.34` (`pip3 install pseudo-python --upgrade`)**
1111

1212

1313

@@ -28,7 +28,7 @@ It is meant as a framework consuming ast from parser generators / compilers / va
2828

2929
# Plan
3030

31-
![a diagram illustrating the pseudon framework: compilers -> ast -> api translation -> target code](http://i.imgur.com/7ySfy5j.jpg?2)
31+
![a diagram illustrating the pseudo framework: compilers -> ast -> api translation -> target code](http://i.imgur.com/7ySfy5j.jpg?2)
3232

3333
# Pseudo supports
3434

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='pseudo-python',
5-
version='0.2.32',
5+
version='0.2.34',
66
description='a python3 to pseudo compiler',
77
author='Alexander Ivanov',
88
author_email='alehander42@gmail.com',

0 commit comments

Comments
 (0)