Skip to content

Commit d3a8e6c

Browse files
committed
uprev and correct license
1 parent dc860f7 commit d3a8e6c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023 to present Samuel Colvin
3+
Copyright (c) 2023 to present Pydantic Services inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/npm-fastui-bootstrap/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023 to present Samuel Colvin
3+
Copyright (c) 2023 to present Pydantic Services inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/npm-fastui-prebuilt/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023 to present Samuel Colvin
3+
Copyright (c) 2023 to present Pydantic Services inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/npm-fastui/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023 to present Samuel Colvin
3+
Copyright (c) 2023 to present Pydantic Services inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/python-fastui/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023 to present Samuel Colvin
3+
Copyright (c) 2023 to present Pydantic Services inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/python-fastui/fastui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .components import AnyComponent
66

7-
__version__ = '0.4.0'
7+
__version__ = '0.5.0'
88
__all__ = 'AnyComponent', 'FastUI', 'prebuilt_html'
99

1010

0 commit comments

Comments
 (0)