Skip to content

Commit

Permalink
Add preprocessing to setup modules, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nruigrok committed Nov 26, 2024
1 parent 8b63623 commit e906fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

setup(
name="amcat4",
version="4.0.12",
version="4.0.15",
description="API for AmCAT4 Text Analysis",
author="Wouter van Atteveldt",
author_email="[email protected]",
packages=["amcat4", "amcat4.api"],
packages=["amcat4", "amcat4.api", "amcat4.preprocessing"],
include_package_data=True,
zip_safe=False,
keywords=["API", "text"],
Expand Down

0 comments on commit e906fc1

Please sign in to comment.