Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed Jan 9, 2024
1 parent effec4c commit a6d9dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oresat_c3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from enum import Enum, IntEnum

__version__ = "0.1.0"
__version__ = "0.2.0"


class C3State(IntEnum):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
dependencies = [
"bitstring",
"oresat-configs",
"oresat-olaf>=3.0.0",
"oresat-olaf>=3.3.0",
"smbus2",
"spacepackets",
]
Expand Down

0 comments on commit a6d9dc4

Please sign in to comment.