Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmcquillen committed Sep 18, 2023
1 parent e71027a commit 9e25e5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog : py_igsdb_base_data


## v0.0.35
## v0.0.36
- Added a base object for "Entity" objects.
- Updated dependency dataclasses-json to 0.6.0
- Removed unused dependencies
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = py_igsdb_base_data
version = 0.0.35
version = 0.0.36
author = LBNL-ETA
author_email = rdmitchell@lbl.gov
description = A simple library to provide dataclasses and interfaces for IGSDB-related data and operations.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='py_igsdb_base_data',
version='0.0.35',
version='0.0.36',
long_description='This library contains dataclasses to assist with IGSDB-related data and operations.',
# tell setuptools to look for any packages under 'src'
packages=find_packages(where='src'),
Expand Down

0 comments on commit 9e25e5e

Please sign in to comment.