pulumi/sdk/python/pkg/version/version.go
joeduffy d9a143c8a1 Implement the Python langhost RPC server
This change adds a basic Python langhost RPC server.  It's fairly
barebones and merely acts as a jumping off point for the Pulumi engine
to spawn a Python program.  The host is written in Go, in contrast to
implementing the host in Python, and more closely resembles how I
expect the Node.js language host to work once pulumi/pulumi#331 is done.
2018-02-23 19:33:02 -08:00

7 lines
183 B
Go

// Copyright 2016-2017, Pulumi Corporation. All rights reserved.
package version
// Version is initialized by the Go linker to contain the semver of this build.
var Version string