Bump version to 1.0.4

This commit is contained in:
illustris
2023-10-20 11:16:59 +05:30
parent d9ff2cb796
commit 922dc6c30f
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ rec {
packages.x86_64-linux = with nixpkgs.legacyPackages.x86_64-linux; rec {
pvemon = python3Packages.buildPythonApplication {
pname = "pvemon";
version = "1.0.3";
version = "1.0.4";
src = ./src;
propagatedBuildInputs = with python3Packages; [
pexpect

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='pvemon',
version = "1.0.3",
version = "1.0.4",
packages=find_packages(),
entry_points={
'console_scripts': [