Skip to content

Commit ce790e4

Browse files
authored
Feature logging (#5)
* 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
1 parent 947236e commit ce790e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from setuptools import setup, find_packages
22
from version import __version__
33

4-
__version__ = "0.2.0"
5-
64
setup(
75
name="code-buddy-assist",
86
version=__version__,

0 commit comments

Comments
 (0)