Release 0.1.2

rustpython@0.1.2
rustpython-bytecode@0.1.2
rustpython-compiler@0.1.2
rustpython-derive@0.1.2
rustpython-parser@0.1.2
rustpython-vm@0.1.2
rustpython_freeze@0.1.2
rustpython_wasm@0.1.2

Generated by cargo-workspaces
This commit is contained in:
Noah 2020-06-23 18:47:08 -05:00
parent ed01cd63ee
commit 3737af157f

View file

@ -1,6 +1,6 @@
[package]
name = "rustpython-compiler"
version = "0.1.1"
version = "0.1.2"
description = "Compiler for python code into bytecode for the rustpython VM."
authors = ["RustPython Team"]
repository = "https://github.com/RustPython/RustPython"