Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mspi92 committed Sep 27, 2023
1 parent 4accc54 commit 3781162
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
name='cimpyorm', # Required
# https://www.python.org/dev/peps/pep-0440/
# https://packaging.python.org/en/latest/single_source_version.html
version='0.9.4', # Required
version='0.9.5', # Required
# https://packaging.python.org/specifications/core-metadata/#summary
description="A database-backed ORM for CIM datasets.", # Required
# https://packaging.python.org/specifications/core-metadata/#description-optional
Expand All @@ -44,8 +44,10 @@
'License :: OSI Approved :: BSD License', 'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.9'
'Programming Language :: Python :: 3.10'
'Programming Language :: Python :: 3.11'
], # Optional
packages=find_packages(exclude=[
'cimpyorm/Test/Deployment/**',
Expand Down

0 comments on commit 3781162

Please sign in to comment.