robocad-py 0.0.0.1__tar.gz → 0.0.0.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.
@@ -0,0 +1,7 @@
1
+ # Change Log
2
+
3
+ ## 0.0.0.1
4
+ - First Release
5
+
6
+ ## 0.0.0.2
7
+ - Real camera exception checker added
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: robocad-py
3
- Version: 0.0.0.1
3
+ Version: 0.0.0.2
4
4
  Summary: python lib for real and virtual robots
5
5
  Home-page: https://github.com/CrackAndDie/robocad-py
6
6
  Author: Abdrakov Airat
@@ -12,6 +12,9 @@ Description: Python library for real and virtual robots
12
12
 
13
13
  ## 0.0.0.1
14
14
  - First Release
15
+
16
+ ## 0.0.0.2
17
+ - Real camera exception checker added
15
18
  Keywords: simulator,robotics,robot,3d,raspberry,control
16
19
  Platform: UNKNOWN
17
20
  Classifier: Development Status :: 5 - Production/Stable
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: robocad-py
3
- Version: 0.0.0.1
3
+ Version: 0.0.0.2
4
4
  Summary: python lib for real and virtual robots
5
5
  Home-page: https://github.com/CrackAndDie/robocad-py
6
6
  Author: Abdrakov Airat
@@ -12,6 +12,9 @@ Description: Python library for real and virtual robots
12
12
 
13
13
  ## 0.0.0.1
14
14
  - First Release
15
+
16
+ ## 0.0.0.2
17
+ - Real camera exception checker added
15
18
  Keywords: simulator,robotics,robot,3d,raspberry,control
16
19
  Platform: UNKNOWN
17
20
  Classifier: Development Status :: 5 - Production/Stable
@@ -10,7 +10,7 @@ classifiers = [
10
10
 
11
11
  setup(
12
12
  name='robocad-py',
13
- version='0.0.0.1',
13
+ version='0.0.0.2',
14
14
  description='python lib for real and virtual robots',
15
15
  long_description="Python library for real and virtual robots" + '\n\n' + open('CHANGELOG.md').read(),
16
16
  url='https://github.com/CrackAndDie/robocad-py',
@@ -1,4 +0,0 @@
1
- # Change Log
2
-
3
- ## 0.0.0.1
4
- - First Release
File without changes
File without changes
File without changes
File without changes
File without changes