Skip to content

Commit

Permalink
More broken dist issues, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgazz committed Aug 6, 2024
1 parent 1320972 commit 745b93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kmax/about.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__title__ = "kmax"
__version__ = "v4.7.1"
__version__ = "v4.7.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def read(fname):

kextractor_4_18 = Extension('kextractor_4_18', [ 'kextractors/kextractor-4.18/kextractor_extension.c', 'kextractors/kextractor-4.18/kextractor.c', 'kextractors/kextractor-4.18/zconf.tab.c'], include_dirs=['kextractors/kextractor-4.18/'])

kextractor_3_2 = Extension('kextractor_3_2', [ 'kextractors/kextractor-3.2/kextractor_extension.c', 'kextractors/kextractor-3.2/kextractor.c', 'kextractors/kextractor-3.2/bconf.lex.c', 'kextractors/kextractor-3.2/bconf.tab.c', 'kextractors/kextractor-3.2/zconf.tab.c'], include_dirs=['kextractors/kextractor-3.2/'])
kextractor_3_2 = Extension('kextractor_3_2', [ 'kextractors/kextractor-3.2/kextractor_extension.c', 'kextractors/kextractor-3.2/kextractor.c', 'kextractors/kextractor-3.2/bconf.tab.c', 'kextractors/kextractor-3.2/zconf.tab.c'], include_dirs=['kextractors/kextractor-3.2/'])

setup(
name = about['__title__'],
Expand Down

0 comments on commit 745b93b

Please sign in to comment.