Skip to content

Commit

Permalink
Some fixes, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romis2012 committed Dec 6, 2023
1 parent 947408e commit ecb61eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
28 changes: 0 additions & 28 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion pydantic_collections/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'pydantic-collections'
__version__ = '0.5.1'
__version__ = '0.5.2'

from pydantic.version import VERSION as PYDANTIC_VERSION

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup

if sys.version_info < (3, 7, 1):
raise RuntimeError('pydantic-collections requires Python 3.6.1+')
raise RuntimeError('pydantic-collections requires Python 3.7.1+')


def get_version():
Expand Down

0 comments on commit ecb61eb

Please sign in to comment.