Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlyamos committed Apr 18, 2024
1 parent 349bed3 commit 44dc824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runit_server/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dotenv import find_dotenv, load_dotenv
from pathlib import Path

VERSION = "0.4.1"
VERSION = "0.4.2"
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.4.1"
VERSION = "0.4.2"

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

0 comments on commit 44dc824

Please sign in to comment.