Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
incognito1234 committed Jul 7, 2024
1 parent dcd9b9a commit 4c36e3f
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright 2019-2023 Jareth Lomson <[email protected]>
Copyright 2019-2024 Jareth Lomson <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details
4 changes: 2 additions & 2 deletions lib/_common.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details

VERSION = "1.2.0"
VERSION = "1.3.0"
PROGRAM_NAME = "OneDrive Client Program"


Expand Down
2 changes: 1 addition & 1 deletion lib/_typing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details
from sys import version_info
Expand Down
2 changes: 1 addition & 1 deletion lib/action_helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details
import logging
Expand Down
2 changes: 1 addition & 1 deletion lib/args_helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details

Expand Down
2 changes: 1 addition & 1 deletion lib/auth_helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details

Expand Down
2 changes: 1 addition & 1 deletion lib/bulk_helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details
import logging
Expand Down
2 changes: 1 addition & 1 deletion lib/check_helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details
import base64
Expand Down
2 changes: 1 addition & 1 deletion lib/datetime_helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details
import datetime
Expand Down
2 changes: 1 addition & 1 deletion lib/file_config_helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details
import logging
Expand Down
2 changes: 1 addition & 1 deletion lib/graph_helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details
import logging
Expand Down
2 changes: 1 addition & 1 deletion lib/msobject_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details
import datetime
Expand Down
2 changes: 1 addition & 1 deletion lib/printer_helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details
import os
Expand Down
2 changes: 1 addition & 1 deletion lib/shell_helper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details
import argparse
Expand Down
2 changes: 1 addition & 1 deletion lib/strpathutil.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details
import os
Expand Down
2 changes: 1 addition & 1 deletion odc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!../bin/python3
# Copyright 2019-2023 Jareth Lomson <[email protected]>
# Copyright 2019-2024 Jareth Lomson <[email protected]>
# This file is part of OneDrive Client Program which is released under MIT License
# See file LICENSE for full license details
"""
Expand Down

0 comments on commit 4c36e3f

Please sign in to comment.