yeref 0.24.82__tar.gz → 0.24.84__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: yeref
3
- Version: 0.24.82
3
+ Version: 0.24.84
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='yeref',
5
- version='0.24.82',
5
+ version='0.24.84',
6
6
  description='desc-f',
7
7
  author='john smith',
8
8
  packages=['yeref'],
@@ -16662,7 +16662,7 @@ async def return_profit_and_loss_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P)
16662
16662
  fmt(NP)
16663
16663
  ])
16664
16664
 
16665
- path = os.path.join(EXTRA_D, "4_profit_and_loss_metrics.csv")
16665
+ path = os.path.join(EXTRA_D, "5_profit_and_loss_metrics.csv")
16666
16666
  with open(path, "w", newline="", encoding="utf-8") as f:
16667
16667
  writer = csv.writer(f)
16668
16668
  writer.writerow([
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.24.82
3
+ Version: 0.24.84
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
File without changes
File without changes
File without changes
File without changes
File without changes