Skip to content

Commit

Permalink
Merge pull request #38 from mayureshagashe2105/main
Browse files Browse the repository at this point in the history
Change API gen
  • Loading branch information
mayureshagashe2105 authored Oct 14, 2023
2 parents 710ebe6 + 18aada6 commit df55598
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion techdocs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "techdocs"
version = "0.1.4"
version = "0.1.5"
description = "Code documentation generation CLI App"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion techdocs/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = techdocs
version = 0.1.4
version = 0.1.5

[options]
packages = techdocs
Expand Down
2 changes: 1 addition & 1 deletion techdocs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='techdocs',
version='0.1.4',
version='0.1.5',
# To provide executable scripts, use entry points in preference to the
# "scripts" keyword. Entry points provide cross-platform support and allow
# pip to create the appropriate form of executable for the target platform.
Expand Down
2 changes: 1 addition & 1 deletion techdocs/techdocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit df55598

Please sign in to comment.