Skip to content

Commit

Permalink
update version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cekees committed Sep 16, 2024
1 parent 80e1de8 commit 4658d3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = proteus
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.8.2.dev0
PROJECT_NUMBER = 1.8.3

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion proteus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)

__version__ = '1.8.2.dev0'
__version__ = '1.8.3'

__all__ = ["Archiver",
"Domain",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def __str__(self):

def setup_given_extensions(extensions):
setup(name='proteus',
version='1.8.2.dev0',
version='1.8.3',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
Expand Down

0 comments on commit 4658d3f

Please sign in to comment.