Skip to content

Commit

Permalink
update to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra DeLucia committed Jan 16, 2023
1 parent 84227e9 commit d67e62f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

setuptools.setup(
name="littlebird",
version="0.0.2",
version="1.0.0",
author="Alexandra DeLucia",
author_email="aadelcuia@jhu.edu",
author_email="aadelucia@jhu.edu",
description="Utilities for opening and processing Tweets",
long_description=long_description,
long_description_content_type="text/markdown",
url="",
url="https://github.com/AADeLucia/littlebird",
packages=setuptools.find_packages(),
install_requires=["jsonlines", "regex", "filetype", "lxml", "emoji", "nltk"],
license="MIT",
Expand Down

0 comments on commit d67e62f

Please sign in to comment.