Skip to content

Commit

Permalink
moved version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
btr1975 committed Mar 3, 2024
1 parent 1dfe05d commit f1bd0b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 (c) 2023 Benjamin P. Trachtenberg
Copyright (c) 2024 Benjamin P. Trachtenberg

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
4 changes: 2 additions & 2 deletions zapish_logger/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Holds the version information for the package
"""
__copyright__ = 'Copyright (c) 2023 Benjamin P. Trachtenberg'
__copyright__ = 'Copyright (c) 2024 Benjamin P. Trachtenberg'
__status__ = 'prod'
__version_info__ = (1, 0, 3)
__version_info__ = (1, 0, 4)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit f1bd0b9

Please sign in to comment.