FunctionGUI 0.3.0__tar.gz → 0.4.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ from .FunctionGUI import (
13
13
  Run,
14
14
  BulleanVar,
15
15
  ChexBox,
16
- Add,
16
+ add,
17
17
  Design
18
18
 
19
19
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: FunctionGUI
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Summary: A simple Tkinter GUI library with basic widgets and functionality.
5
5
  Home-page: https://github.com/aa425/FunctionGUI
6
6
  Author: Aaroh Charne
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: FunctionGUI
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Summary: A simple Tkinter GUI library with basic widgets and functionality.
5
5
  Home-page: https://github.com/aa425/FunctionGUI
6
6
  Author: Aaroh Charne
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='FunctionGUI', # Replace with your library name
5
- version='0.3.0', # Start with an initial version
5
+ version='0.4.0', # Start with an initial version
6
6
  description='A simple Tkinter GUI library with basic widgets and functionality.',
7
7
  long_description=open('README.md').read(), # Make sure you have a README.md file
8
8
  long_description_content_type='text/markdown',
File without changes
File without changes