Skip to content

Commit

Permalink
Bump 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Oct 16, 2023
1 parent 9886490 commit 1358cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixbackup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
__author__ = "Some Engineering Inc."
__license__ = "Apache 2.0"
__copyright__ = "Copyright © 2023 Some Engineering Inc."
__version__ = "0.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fixbackup"
version = "0.0.1"
version = "0.0.2"
authors = [{name="Some Engineering Inc."}]
description = "FIX Database Backup System"
license = {file="LICENSE"}
Expand Down

0 comments on commit 1358cbe

Please sign in to comment.