Skip to content

Commit

Permalink
ok so apparently a separate semver.txt doesn't work?
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmaEOF committed Nov 16, 2021
1 parent 0eec557 commit 82d1cc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion semver.txt

This file was deleted.

3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
with open("README.md", "r", encoding="utf-8") as file:
long_description = file.read()

with open("semver.txt", "r", encoding="utf-8") as semver:
version = semver.read()
version = "1.0.1"

setuptools.setup(
name="gbstoolkit",
Expand Down

0 comments on commit 82d1cc2

Please sign in to comment.