Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronophylos committed Mar 22, 2021
1 parent f69855f commit 1c2535b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2021-03-22

### Added

- Export `socket`, `ssl`, `requests`, `semver` and `ujson`
Expand Down Expand Up @@ -37,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial Release

[Unreleased]: https://github.com/RLNT/bl2_eridium/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/RLNT/bl2_eridium/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/RLNT/bl2_eridium/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/RLNT/bl2_eridium/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/RLNT/bl2_eridium/releases/tag/v0.1.0
3 changes: 2 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"socket",
"ssl",
]
__version__ = "0.3.0"


def log(mod: SDKMod, *args: Any) -> None:
Expand Down Expand Up @@ -85,7 +86,7 @@ class EridiumLib(SDKMod):
Name = "EridiumLib"
Author = "Chronophylos"
Description = "A library with common functionality of all our mods"
Version = "0.2.0"
Version = __version__

Types = ModTypes.Library
SaveEnabledState = EnabledSaveType.LoadWithSettings
Expand Down

0 comments on commit 1c2535b

Please sign in to comment.