Skip to content

Commit

Permalink
Feature logging (#5)
Browse files Browse the repository at this point in the history
* logging, error handling, comments

* bump version

* missing build dependency

* trigger build in PR and publish in master

* version handling

* missing dependency

* use master

* bump version

* fix version
  • Loading branch information
mmcc007 authored Sep 3, 2024
1 parent 947236e commit ce790e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from setuptools import setup, find_packages
from version import __version__

__version__ = "0.2.0"

setup(
name="code-buddy-assist",
version=__version__,
Expand Down

0 comments on commit ce790e4

Please # to comment.