Skip to content

Commit

Permalink
Use year.term.revision for version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Jan 19, 2025
1 parent ae8d01a commit 07445c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions comp1010/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
This library includes all required COMP1010 dependencies.
"""

__version__ = "25.1.0"
2 changes: 1 addition & 1 deletion comp1010/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from colorama import Fore
from subtask import Subtask

__version__ = "1.1.0"
from comp1010 import __version__

IMPORTANT_PACKAGES = ["pyhtml-enhanced", "pyhtml", "Flask"]
"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "comp1010"
version = "1.1.0"
version = "25.1.0"
description = "The COMP1010 metapackage, used to specify dependencies required for UNSW's COMP1010 course."
authors = [
{ name = "COMP1010 UNSW", email = "cs1010@cse.unsw.edu.au" },
Expand Down

0 comments on commit 07445c5

Please sign in to comment.