manim-chess 0.0.1__tar.gz → 0.0.2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: manim_chess
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Home-page: https://github.com/swoyer2/manim_chess
5
5
  Author: Swoyer2
6
6
  Author-email: swoyer.logan@gmail.com
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: manim_chess
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Home-page: https://github.com/swoyer2/manim_chess
5
5
  Author: Swoyer2
6
6
  Author-email: swoyer.logan@gmail.com
@@ -5,7 +5,7 @@ with open("manim_chess/README.md", "r") as f:
5
5
 
6
6
  setup(
7
7
  name="manim_chess",
8
- version='0.0.1',
8
+ version='0.0.2',
9
9
  descriptiopn='A plugin for Manim CE that allows the user to generate a chess board and other chess related functions.',
10
10
  package_dir={"": "manim_chess"},
11
11
  packages=find_packages(where="manim_chess"),
File without changes