Skip to content
Snippets Groups Projects
Commit c004ffad authored by Leo's avatar Leo
Browse files

fix: version bump

parent 9760ef7f
Branches
No related tags found
No related merge requests found
Pipeline #291429 failed
......@@ -5,8 +5,9 @@
</component>
<component name="ChangeListManager">
<list default="true" id="2f47370d-26d1-4fc6-a93f-363c8b4c6e5a" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.gitlab-ci.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.gitlab-ci.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/gpm/cli.py" beforeDir="false" afterPath="$PROJECT_DIR$/gpm/cli.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pyproject.toml" beforeDir="false" afterPath="$PROJECT_DIR$/pyproject.toml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......@@ -84,7 +85,7 @@
<option name="presentableId" value="Default" />
<updated>1724140762915</updated>
<workItem from="1724140765116" duration="10726000" />
<workItem from="1724224393281" duration="6601000" />
<workItem from="1724224393281" duration="6782000" />
</task>
<servers />
</component>
......
......@@ -19,7 +19,7 @@ Commands:
current Manage the current profile
"""
__VERSION__ = "0.1.0"
__VERSION__ = "0.1.0dev1"
__AUTHOR__ = "Leo <alingval@stud.ntnu.no>"
from dataclasses import dataclass
......
[tool.poetry]
name = "gpm"
version = "0.1.0"
version = "0.1.0dev1"
description = "Git Profile Management CLI"
authors = ["Leo <alingval@stud.ntnu.no>"]
license = "MIT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment