Skip to content

Commit

Permalink
bump to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlyamos committed Sep 10, 2023
1 parent 964f287 commit 245b5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runit/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

load_dotenv()

VERSION = "0.2.4"
VERSION = "0.2.5"
CURRENT_PROJECT = ""
NOT_FOUND_FILE = '404.html'
DOT_RUNIT_IGNORE = '.runitignore'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from importlib.metadata import entry_points
from setuptools import setup, find_packages

VERSION = '0.2.4'
VERSION = '0.2.5'

with open('README.md', 'rt') as file:
LONG_DESCRIPTION = file.read()
Expand Down

0 comments on commit 245b5f7

Please sign in to comment.