Skip to content

Commit

Permalink
Bump version following 0.9.0 release; and copyright year (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Dec 31, 2023
1 parent b820528 commit dcfadae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
What's new in version 1.0
-------------------------

In development

What's new in version 0.9
-------------------------

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
New BSD License

Copyright (c) 2018-2023 Joel Nothman.
Copyright (c) 2018-2024 Joel Nothman.
All rights reserved.


Expand All @@ -14,7 +14,7 @@ modification, are permitted provided that the following conditions are met:
documentation and/or other materials provided with the distribution.
c. The names of the contributors may not be used to endorse or promote
products derived from this software without specific prior written
permission.
permission.


THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

# General information about the project.
project = "upsetplot"
copyright = "2018-2023, Joel Nothman"
copyright = "2018-2024, Joel Nothman"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion upsetplot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.dev1"
__version__ = "0.10dev1"

import os

Expand Down

0 comments on commit dcfadae

Please sign in to comment.