quantumclouds 0.1.1__tar.gz → 0.1.2__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.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quantumclouds
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A GPU-accelerated 3D atomic orbital visualizer using VisPy and Matplotlib
5
- Author-email: Your Name <your.email@example.com>
5
+ Author-email: Ritvik Anand <anandritvik885@gmail.com>
6
6
  License: MIT
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: License :: OSI Approved :: MIT License
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "quantumclouds" # This is the name for pip install
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "A GPU-accelerated 3D atomic orbital visualizer using VisPy and Matplotlib"
9
9
  readme = "README.md"
10
10
  authors = [
11
- { name = "Your Name", email = "your.email@example.com" }
11
+ { name = "Ritvik Anand", email = "anandritvik885@gmail.com" }
12
12
  ]
13
13
  license = { text = "MIT" }
14
14
  classifiers = [
@@ -138,7 +138,7 @@ class AtomicOrbital:
138
138
  keys='interactive',
139
139
  show=True,
140
140
  size=(900, 900),
141
- title=f"quantumpy Engine [VisPy Core] | {self.element} State (l={self.l})"
141
+ title=f"quantumcloud Engine [VisPy Core] | {self.element} State (l={self.l})"
142
142
  )
143
143
 
144
144
  view = canvas.central_widget.add_view()
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quantumclouds
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A GPU-accelerated 3D atomic orbital visualizer using VisPy and Matplotlib
5
- Author-email: Your Name <your.email@example.com>
5
+ Author-email: Ritvik Anand <anandritvik885@gmail.com>
6
6
  License: MIT
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: License :: OSI Approved :: MIT License
File without changes
File without changes