diff --git a/CanvasPlus/canvasplus.py b/CanvasPlus/canvasplus.py index 881a1f6..bda8c90 100644 --- a/CanvasPlus/canvasplus.py +++ b/CanvasPlus/canvasplus.py @@ -20,7 +20,7 @@ from templates import Template from assets import WidgetWindows, AsyncTransformations, Transformations -_canvasPlusVersion = "v1.3.2" +_canvasPlusVersion = "v1.4.0" print("This is CanvasPlus %s" % _canvasPlusVersion) diff --git a/CanvasPlus/pythonBelow35.py b/CanvasPlus/pythonBelow35.py index 1d1cff1..ffcca31 100644 --- a/CanvasPlus/pythonBelow35.py +++ b/CanvasPlus/pythonBelow35.py @@ -23,7 +23,7 @@ from templates import Template from pythonBelow35Assets import WidgetWindows, AsyncTransformations, Transformations -_canvasPlusVersion = "v1.3.2" +_canvasPlusVersion = "v1.4.0" print("This is CanvasPlus %s for Python versions below 3.5" % _canvasPlusVersion) diff --git a/README.md b/README.md index 54517c5..f57827e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -
+
logo
-## V1.3.2 ##

forthebadge made-with-python
GitHub release @@ -111,4 +110,4 @@ canvas.update() canvas.mainloop() ``` -![Screen Shot 2020-04-12 at 4 40 53 PM](https://user-images.githubusercontent.com/55749227/79079310-60fc0580-7cdc-11ea-9452-ab0d625fb549.png) \ No newline at end of file +![demo](assets/demo.png) \ No newline at end of file diff --git a/assets/demo.png b/assets/demo.png new file mode 100644 index 0000000..e184e97 Binary files /dev/null and b/assets/demo.png differ diff --git a/setup.py b/setup.py index 09313dd..12c4a84 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="canvasplus", - version="1.3.2", + version="1.4.0", author="Luke Zhang", author_email="luke.zhang2004@gmail.com", description="Improved Canvas widget for tkinter with more functionality to display graphical elements like lines or text. ",