electrocute 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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: electrocute
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A Python library for electronic formulas and signal processing
5
5
  Home-page: https://github.com/madhurthareja/electrocute
6
6
  Author: Madhur Thareja
@@ -92,7 +92,7 @@ filtered_signal = Filters.low_pass_filter(signal, cutoff=15, sampling_rate=1000)
92
92
  ## 🤝 Contributing
93
93
 
94
94
  Contributions are welcome!
95
- If you'd like to report a bug, request a feature, or contribute code, feel free to open an issue or submit a pull request on [GitHub](https://github.com/your-repo/electrocute).
95
+ If you'd like to report a bug, request a feature, or contribute code, feel free to open an issue or submit a pull request on [GitHub](https://github.com/madhurthareja/electrocute).
96
96
 
97
97
  ---
98
98
 
@@ -68,7 +68,7 @@ filtered_signal = Filters.low_pass_filter(signal, cutoff=15, sampling_rate=1000)
68
68
  ## 🤝 Contributing
69
69
 
70
70
  Contributions are welcome!
71
- If you'd like to report a bug, request a feature, or contribute code, feel free to open an issue or submit a pull request on [GitHub](https://github.com/your-repo/electrocute).
71
+ If you'd like to report a bug, request a feature, or contribute code, feel free to open an issue or submit a pull request on [GitHub](https://github.com/madhurthareja/electrocute).
72
72
 
73
73
  ---
74
74
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: electrocute
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A Python library for electronic formulas and signal processing
5
5
  Home-page: https://github.com/madhurthareja/electrocute
6
6
  Author: Madhur Thareja
@@ -92,7 +92,7 @@ filtered_signal = Filters.low_pass_filter(signal, cutoff=15, sampling_rate=1000)
92
92
  ## 🤝 Contributing
93
93
 
94
94
  Contributions are welcome!
95
- If you'd like to report a bug, request a feature, or contribute code, feel free to open an issue or submit a pull request on [GitHub](https://github.com/your-repo/electrocute).
95
+ If you'd like to report a bug, request a feature, or contribute code, feel free to open an issue or submit a pull request on [GitHub](https://github.com/madhurthareja/electrocute).
96
96
 
97
97
  ---
98
98
 
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="electrocute",
5
- version="0.1.1",
5
+ version="0.1.2",
6
6
  author="Madhur Thareja",
7
7
  author_email="madhurthareja1105@gmail.com",
8
8
  description="A Python library for electronic formulas and signal processing",
File without changes