Skip to content

Commit

Permalink
build: update version to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
computationalcore committed Jul 1, 2024
1 parent 9fd40f5 commit c82326c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '0.8'
# The full version, including alpha/beta/rc tags
release = '0.8.2'
release = '0.8.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def readme():

setuptools.setup(
name='cryptosteganography',
version='0.8.2',
version='0.8.4',
py_modules=['cryptosteganography'],
description='A python steganography module to store messages or files protected with AES-256 encryption inside an image.',
long_description=readme(),
Expand Down

0 comments on commit c82326c

Please sign in to comment.