Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
chore: change to "version 1.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
madebyjake committed Dec 21, 2024
1 parent fed0ad6 commit 4b01021
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
Expand Up @@ -15,7 +15,7 @@ def finalize_options(self):

def run(self):
spec_content = f"""%global name md5sift
%global version 1.1.0
%global version 1.0.0
%global release 1%{{?dist}}
%global summary Generate MD5 checksum reports with filtering.
Expand Down Expand Up @@ -69,7 +69,7 @@ def run(self):

setup(
name='md5sift',
version='1.1.0',
version='1.0.0',
packages=find_packages(),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 4b01021

Please sign in to comment.