Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen-Jean-Andreasian authored Dec 10, 2024
1 parent 4c65f6e commit 517244d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup, find_packages

__version__ = "0.4"
__version__ = "0.4.1"

setup(
name='not_gitmodules',
version='0.4',
version='0.4.1',
packages=find_packages(),
license='Custom License',
entry_points={
Expand Down

0 comments on commit 517244d

Please sign in to comment.