Skip to content

Commit

Permalink
version 2.3.0 related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Aug 31, 2021
1 parent aceebc2 commit d5e1fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
project = 'temp'
copyright = '2021, Peter Rigali'
author = 'Peter Rigali'
release = '2.2.1'
version = '2.2.1'
release = '2.3.0'
version = '2.3.0'

source_suffix = {
'.rst': 'restructuredtext',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read_file(*parts):

setup(
name='warzone',
version='2.2.1',
version='2.3.0',
# packages=['Classes', 'Utils',],
packages=['warzone',],
author='Peter Rigali',
Expand Down

0 comments on commit d5e1fd9

Please sign in to comment.