Skip to content

Commit

Permalink
Version 1.0.0-rc.4 - Ready for the Wild...?
Browse files Browse the repository at this point in the history
- Let's see if this works!
- Github Actions failed :P
- Adding unit-tests
- Fixed Unit test Action script
  • Loading branch information
CCP-Zeulix committed Apr 4, 2024
1 parent 7170d08 commit 584eafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion ccptools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.0-rc.3'
__version__ = '1.0.0-rc.4'
__author__ = 'Thordur Matthiasson <[email protected]>'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2013-2024 - CCP Games ehf'

0 comments on commit 584eafe

Please sign in to comment.