sdg-hub 0.1.0a1__tar.gz → 0.1.0a2__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.
Files changed (160) hide show
  1. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/PKG-INFO +1 -1
  2. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/__init__.py +0 -1
  3. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/_version.py +1 -1
  4. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub.egg-info/PKG-INFO +1 -1
  5. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.github/actionlint.yaml +0 -0
  6. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.github/actions/free-disk-space/action.yml +0 -0
  7. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.github/dependabot.yml +0 -0
  8. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.github/mergify.yml +0 -0
  9. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.github/workflows/actionlint.dockerfile +0 -0
  10. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.github/workflows/actionlint.yml +0 -0
  11. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.github/workflows/docs.yml +0 -0
  12. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.github/workflows/e2e.yml +0 -0
  13. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.github/workflows/lint.yml +0 -0
  14. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.github/workflows/matchers/actionlint.json +0 -0
  15. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.github/workflows/matchers/pylint.json +0 -0
  16. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.github/workflows/pypi.yaml +0 -0
  17. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.github/workflows/test.yml +0 -0
  18. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.gitignore +0 -0
  19. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.isort.cfg +0 -0
  20. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.markdownlint-cli2.yaml +0 -0
  21. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.pre-commit-config.yaml +0 -0
  22. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/.pylintrc +0 -0
  23. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/LICENSE +0 -0
  24. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/MANIFEST.in +0 -0
  25. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/Makefile +0 -0
  26. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/README.md +0 -0
  27. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/assets/imgs/IL_skills_pipeline.png +0 -0
  28. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/assets/imgs/customized_nano_closed_book_rag_results.png +0 -0
  29. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/assets/imgs/instructlab-banner.png +0 -0
  30. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/assets/imgs/overview.png +0 -0
  31. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/data-generation-with-llama-70b/data-generation-with-llama-70b.ipynb +0 -0
  32. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/data-generation-with-llama-70b/synth_knowledge1.5_llama3.3.yaml +0 -0
  33. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/inference_time_scaling/prm_with_vllm.ipynb +0 -0
  34. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/instructlab/annotation/sample_data/emotion_classification.jsonl +0 -0
  35. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/instructlab/knowledge/document_collection/ibm-annual-report/ibm-annual-report-2024.json +0 -0
  36. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/instructlab/knowledge/document_collection/ibm-annual-report/ibm-annual-report-2024.md +0 -0
  37. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/instructlab/knowledge/document_collection/ibm-annual-report/ibm-annual-report-2024.pdf +0 -0
  38. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/instructlab/knowledge/document_collection/ibm-annual-report/qna.yaml +0 -0
  39. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/instructlab/knowledge/document_pre_processing.ipynb +0 -0
  40. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/instructlab/knowledge/knowledge_generation_and_mixing.ipynb +0 -0
  41. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/instructlab/skills/sample_data/mdtable_seeds.jsonl +0 -0
  42. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/instructlab/skills/unstructed_to_structured.ipynb +0 -0
  43. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/instructlab/skills/unstructed_to_structured_lls.ipynb +0 -0
  44. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/knowledge_generation_using_nemotron/README.md +0 -0
  45. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/knowledge_generation_using_nemotron/flows/synth_knowledge1.5_nemotron_super_49b.yaml +0 -0
  46. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/knowledge_generation_using_nemotron/flows/synth_knowledge_reasoning_nemotron_super_49b.yaml +0 -0
  47. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/knowledge_generation_using_nemotron/generate.py +0 -0
  48. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/knowledge_generation_using_nemotron/knowledge_sdg.ipynb +0 -0
  49. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/knowledge_generation_using_nemotron/prompts/generate_answers.yaml +0 -0
  50. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/knowledge_generation_using_nemotron/prompts/generate_questions.yaml +0 -0
  51. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/examples/knowledge_generation_using_nemotron/prompts/generate_questions_responses.yaml +0 -0
  52. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/pyproject.toml +0 -0
  53. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/requirements-dev.txt +0 -0
  54. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/requirements.txt +0 -0
  55. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/scripts/__init__.py +0 -0
  56. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/scripts/docparser.py +0 -0
  57. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/scripts/docparser_v2.py +0 -0
  58. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/scripts/flow_runner.py +0 -0
  59. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/scripts/ruff.sh +0 -0
  60. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/scripts/test_freeform_skills.py +0 -0
  61. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/scripts/test_grounded_skills.py +0 -0
  62. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/scripts/test_knowledge.py +0 -0
  63. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/setup.cfg +0 -0
  64. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/blocks/__init__.py +0 -0
  65. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/blocks/block.py +0 -0
  66. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/blocks/filterblock.py +0 -0
  67. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/blocks/iterblock.py +0 -0
  68. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/blocks/llmblock.py +0 -0
  69. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/blocks/rmblocks.py +0 -0
  70. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/blocks/utilblocks.py +0 -0
  71. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/__init__.py +0 -0
  72. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/annotations/__init__.py +0 -0
  73. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/annotations/cot_reflection.yaml +0 -0
  74. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/annotations/detailed_description.yaml +0 -0
  75. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/annotations/detailed_description_icl.yaml +0 -0
  76. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/annotations/simple.yaml +0 -0
  77. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/__init__.py +0 -0
  78. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/atomic_facts.yaml +0 -0
  79. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/auxilary_instructions.yaml +0 -0
  80. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/data_recipe/__init__.py +0 -0
  81. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/data_recipe/default_recipe.yaml +0 -0
  82. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/detailed_summary.yaml +0 -0
  83. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/evaluate_faithfulness.yaml +0 -0
  84. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/evaluate_question.yaml +0 -0
  85. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/evaluate_relevancy.yaml +0 -0
  86. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/extractive_summary.yaml +0 -0
  87. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/generate_code_questions_responses.yaml +0 -0
  88. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/generate_questions_responses.yaml +0 -0
  89. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/mcq_generation.yaml +0 -0
  90. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/router.yaml +0 -0
  91. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/knowledge/simple_generate_qa.yaml +0 -0
  92. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/reasoning/dynamic_cot.yaml +0 -0
  93. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/_A_.yaml +0 -0
  94. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/_B_.yaml +0 -0
  95. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/_C_.yaml +0 -0
  96. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/_D_.yaml +0 -0
  97. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/_E_.yaml +0 -0
  98. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/_F_.yaml +0 -0
  99. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/_G_.yaml +0 -0
  100. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/_H_.yaml +0 -0
  101. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/__init__.py +0 -0
  102. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/analyzer.yaml +0 -0
  103. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/annotation.yaml +0 -0
  104. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/contexts.yaml +0 -0
  105. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/critic.yaml +0 -0
  106. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/data_recipe/__init__.py +0 -0
  107. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/data_recipe/default_recipe.yaml +0 -0
  108. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/evaluate_freeform_pair.yaml +0 -0
  109. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/evaluate_freeform_questions.yaml +0 -0
  110. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/evaluate_grounded_pair.yaml +0 -0
  111. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/evaluate_grounded_questions.yaml +0 -0
  112. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/freeform_questions.yaml +0 -0
  113. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/freeform_responses.yaml +0 -0
  114. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/grounded_questions.yaml +0 -0
  115. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/grounded_responses.yaml +0 -0
  116. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/judge.yaml +0 -0
  117. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/planner.yaml +0 -0
  118. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/respond.yaml +0 -0
  119. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/revised_responder.yaml +0 -0
  120. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/router.yaml +0 -0
  121. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/simple_generate_qa_freeform.yaml +0 -0
  122. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/configs/skills/simple_generate_qa_grounded.yaml +0 -0
  123. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/flow.py +0 -0
  124. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/flows/annotation/emotion/detailed_description.yaml +0 -0
  125. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/flows/annotation/emotion/detailed_description_icl.yaml +0 -0
  126. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/flows/annotation/emotion/simple.yaml +0 -0
  127. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/flows/generation/knowledge/mmlu_bench.yaml +0 -0
  128. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/flows/generation/knowledge/simple_knowledge.yaml +0 -0
  129. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/flows/generation/knowledge/synth_knowledge.yaml +0 -0
  130. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/flows/generation/knowledge/synth_knowledge1.5.yaml +0 -0
  131. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/flows/generation/skills/agentic_improve_skill.yaml +0 -0
  132. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/flows/generation/skills/simple_freeform_skill.yaml +0 -0
  133. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/flows/generation/skills/simple_grounded_skill.yaml +0 -0
  134. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/flows/generation/skills/synth_grounded_skills.yaml +0 -0
  135. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/flows/generation/skills/synth_skills.yaml +0 -0
  136. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/logger_config.py +0 -0
  137. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/pipeline.py +0 -0
  138. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/prompts.py +0 -0
  139. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/py.typed +0 -0
  140. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/registry.py +0 -0
  141. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/sdg.py +0 -0
  142. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/utils/__init__.py +0 -0
  143. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/utils/chunking.py +0 -0
  144. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/utils/datamixing.py +0 -0
  145. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/utils/datautils.py +0 -0
  146. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/utils/docprocessor.py +0 -0
  147. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/utils/json.py +0 -0
  148. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/utils/models.py +0 -0
  149. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/utils/parse_and_convert.py +0 -0
  150. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub/utils/taxonomy.py +0 -0
  151. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub.egg-info/SOURCES.txt +0 -0
  152. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub.egg-info/dependency_links.txt +0 -0
  153. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub.egg-info/requires.txt +0 -0
  154. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/src/sdg_hub.egg-info/top_level.txt +0 -0
  155. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/test.ipynb +0 -0
  156. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/tests/__init__.py +0 -0
  157. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/tests/test_chunking.py +0 -0
  158. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/tests/test_filterblock.py +0 -0
  159. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/tests/testdata/testdata.py +0 -0
  160. {sdg_hub-0.1.0a1 → sdg_hub-0.1.0a2}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sdg_hub
3
- Version: 0.1.0a1
3
+ Version: 0.1.0a2
4
4
  Summary: Synthetic Data Generation
5
5
  Author-email: Red Hat AI Innovation <abhandwa@redhat.com>
6
6
  License: Apache-2.0
@@ -1,4 +1,3 @@
1
1
  # SPDX-License-Identifier: Apache-2.0
2
2
  # Local
3
3
  from .sdg import SDG
4
- from ._version import __version__
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.1.0a1'
20
+ __version__ = version = '0.1.0a2'
21
21
  __version_tuple__ = version_tuple = (0, 1, 0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sdg_hub
3
- Version: 0.1.0a1
3
+ Version: 0.1.0a2
4
4
  Summary: Synthetic Data Generation
5
5
  Author-email: Red Hat AI Innovation <abhandwa@redhat.com>
6
6
  License: Apache-2.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes