Skip to content

Commit

Permalink
Merge pull request #11 from swimlane/1_1_0
Browse files Browse the repository at this point in the history
dev: updating requirements
  • Loading branch information
MSAdministrator authored Jun 9, 2022
2 parents 40977c4 + cabb0bc commit 9aba2a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ bs4
pynacl==1.4.0
attrs
pydantic
pyattck-data-models>=1.0.1
pyattck-data-models>=2.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def parse_requirements(requirement_file):

setup(
name='pyattck-data',
version='1.0.1',
version='1.1.0',
packages=find_packages(exclude=['tests*']),
license='MIT',
description='Generates contextual data utilized by pyattck.',
Expand Down

0 comments on commit 9aba2a7

Please sign in to comment.