pogucam 0.1.2__tar.gz → 0.1.3__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,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.1.2
2
+ current_version = 0.1.3
3
3
  commit = True
4
4
  tag = True
5
5
 
@@ -8,3 +8,5 @@ wheels/
8
8
 
9
9
  # Virtual environments
10
10
  .venv
11
+ *.\~undo-tree\~
12
+ *.~undo-tree~
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pogucam
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Add your description here
5
5
  Author-email: jaromrax <jaromrax@gmail.com>
6
6
  Requires-Python: >=3.12
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pogucam"
3
- version = "0.1.2"
3
+ version = "0.1.3"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -10,7 +10,9 @@ requires-python = ">=3.12"
10
10
  dependencies = []
11
11
 
12
12
  [project.scripts]
13
- pogucam = "pogucam:main"
13
+ #pogucam = "pogucam:main"
14
+ pogucam = "explore_u24_uni:handle_cli"
15
+
14
16
 
15
17
  [build-system]
16
18
  requires = ["hatchling"]