Skip to content

Commit

Permalink
Merge pull request #31 from fosslight/hjh/feature/#30
Browse files Browse the repository at this point in the history
[Change] version - 0.0.3
  • Loading branch information
JEOO2327 authored Dec 20, 2023
2 parents b5956c7 + d1cdfea commit 0f34d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='fosslight_cli',
version='0.0.2',
version='0.0.3',
packages=find_packages(),
install_requires=required,
python_requires=">=3.8",
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.2'
__version__ = '0.0.3'

0 comments on commit 0f34d0f

Please sign in to comment.